#A4D439

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

Shades of Atlantis #A4D439

Tints of Atlantis #A4D439

Color information

#A4D439 (or 0xA4D439) is unknown color: approx Atlantis. HEX triplet: A4, D4 and 39. RGB value is (164,212,57). Sum of RGB (Red+Green+Blue) = 164+212+57=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D439 is #5B2BC6. Grayscale: #B4B4B4. Windows color (decimal): -5974983 or 3789988. OLE color: 3789988.

HSL color Cylindrical-coordinate representation of color #A4D439: hue angle of 78.58º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4D439 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB16421257-
CMYK0.2300.730.17
HSL78.58º64.32%52.75%-
HSV(B)78.58º73.11%83.14%-
XYZ39.5955.2712.45-
YUV179.9858.6116.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 57 (22.66% from 255) = 13.16%
R=37.88%
G=48.96%
B=13.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164212570.2300.730.1778.5864.3252.75
HexA4D43917049114f4035
Octal244324712701112111710065
Binary101001001101010011100110111010010011000110011111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D439; }

 p { color: rgb(164,212,57); }

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

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

 a { background-color: rgb(164,212,57); }

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

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

 span { border-color: rgb(164,212,57); }

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