#a4d933

Color #A4D933 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #A4D933

Tints of Atlantis #A4D933

Color information

#A4D933 (or 0xA4D933) is unknown color: approx Atlantis. HEX triplet: A4, D9 and 33. RGB value is (164,217,51). Sum of RGB (Red+Green+Blue) = 164+217+51=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D933 is #5B26CC. Grayscale: #B6B6B6. Windows color (decimal): -5973709 or 3398052. OLE color: 3398052.

HSL color Cylindrical-coordinate representation of color #A4D933: hue angle of 79.16º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4D933 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB16421751-
CMYK0.2400.760.15
HSL79.16º68.6%52.55%-
HSV(B)79.16º76.5%85.1%-
XYZ40.7257.7612.13-
YUV182.2353.94115-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 217 (85.16% from 255) = 50.23%
BLUE value IS 51 (20.31% from 255) = 11.81%
R=37.96%
G=50.23%
B=11.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164217510.2400.760.1579.1668.652.55
HexA4D9331804CF4f4535
Octal244331633001141711710565
Binary10100100110110011100111100001001100111110011111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4d933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4d933; }

 p { color: rgb(164,217,51); }

 H1.HeaderClassName
 {
   color: #a4d933;
 }
 .AnyTagClassName
 {
   color: #a4d933;
 }
</style>
background-color css

<style>
 a { background-color: #a4d933; }

 a { background-color: rgb(164,217,51); }

 div.DivClassName
 {
   background-color: #a4d933;
 }
 .BgClassName
 {
   background-color: #a4d933;
 }
</style>
border-color css

<style>
 span { border-color: #a4d933; }

 span { border-color: rgb(164,217,51); }

 td.TdClassName
 {
   border-color: #a4d933;
 }
 .TagClassName
 {
   border-color: #a4d933;
 }
</style>