#ACD037

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

Shades of Atlantis #ACD037

Tints of Atlantis #ACD037

Color information

#ACD037 (or 0xACD037) is unknown color: approx Atlantis. HEX triplet: AC, D0 and 37. RGB value is (172,208,55). Sum of RGB (Red+Green+Blue) = 172+208+55=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD037 is #532FC8. Grayscale: #B4B4B4. Windows color (decimal): -5451721 or 3657900. OLE color: 3657900.

HSL color Cylindrical-coordinate representation of color #ACD037: hue angle of 74.12º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACD037 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB17220855-
CMYK0.1700.740.18
HSL74.12º61.94%51.57%-
HSV(B)74.12º73.56%81.57%-
XYZ40.2654.1611.95-
YUV179.7957.57122.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 208 (81.64% from 255) = 47.82%
BLUE value IS 55 (21.88% from 255) = 12.64%
R=39.54%
G=47.82%
B=12.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172208550.1700.740.1874.1261.9451.57
HexACD0371104A124a3e34
Octal25432067210112221127664
Binary10101100110100001101111000101001010100101001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD037; }

 p { color: rgb(172,208,55); }

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

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

 a { background-color: rgb(172,208,55); }

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

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

 span { border-color: rgb(172,208,55); }

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