Shades of Atlantis #ACD037
Tints of Atlantis #ACD037
RGB
CMYK
RGB Variations
Color information
#ACD037 (or 0xACD037) is known color: 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
| RGB | 172 | 208 | 55 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.18 |
| HSL | 74.12º | 0.62% | 0.52% | - |
| HSV(B) | 74.12º | 0.74% | 0.82% | - |
| XYZ | 40.26 | 54.16 | 11.95 | - |
| YUV | 179.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 55 | 0.17 | 0 | 0.74 | 0.18 | 74.12 | 0.62 | 0.52 |
| Hex | AC | D0 | 37 | 11 | 0 | 4A | 12 | 4A | 3E | 34 |
| Octal | 254 | 320 | 67 | 21 | 0 | 112 | 22 | 112 | 76 | 64 |
| Binary | 10101100 | 11010000 | 110111 | 10001 | 0 | 1001010 | 10010 | 1001010 | 111110 | 110100 |
Color Harmonies of #ACD037
Complementary color
Monochromatic Colors of #ACD037
Black with #ACD037
Text Example
Text Example
White with #ACD037
Text Example
Text Example
HTML Codes & Css Web 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>