#A4D245

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

Shades of Atlantis #A4D245

Tints of Atlantis #A4D245

Color information

#A4D245 (or 0xA4D245) is unknown color: approx Atlantis. HEX triplet: A4, D2 and 45. RGB value is (164,210,69). Sum of RGB (Red+Green+Blue) = 164+210+69=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D245 is #5B2DBA. Grayscale: #B4B4B4. Windows color (decimal): -5975483 or 4575908. OLE color: 4575908.

HSL color Cylindrical-coordinate representation of color #A4D245: hue angle of 79.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4D245 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB16421069-
CMYK0.2200.670.18
HSL79.57º61.04%54.71%-
HSV(B)79.57º67.14%82.35%-
XYZ39.4354.4214.06-
YUV180.1765.26116.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 210 (82.42% from 255) = 47.40%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=37.02%
G=47.40%
B=15.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164210690.2200.670.1879.5761.0454.71
HexA4D2451604312503d37
Octal244322105260103221207567
Binary101001001101001010001011011001000011100101010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D245; }

 p { color: rgb(164,210,69); }

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

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

 a { background-color: rgb(164,210,69); }

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

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

 span { border-color: rgb(164,210,69); }

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