Shades of Atlantis #ACD237
Tints of Atlantis #ACD237
RGB
CMYK
RGB Variations
Color information
#ACD237 (or 0xACD237) is known color: Atlantis. HEX triplet: AC, D2 and 37. RGB value is (172,210,55). Sum of RGB (Red+Green+Blue) = 172+210+55=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD237 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD237 is #532DC8. Grayscale: #B5B5B5. Windows color (decimal): -5451209 or 3658412. OLE color: 3658412.
HSL color Cylindrical-coordinate representation of color #ACD237: hue angle of 74.71º degrees, saturation: 0.63, 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 #ACD237 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 55 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.18 |
| HSL | 74.71º | 0.63% | 0.52% | - |
| HSV(B) | 74.71º | 0.74% | 0.82% | - |
| XYZ | 40.75 | 55.14 | 12.11 | - |
| YUV | 180.97 | 56.91 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 55 | 0.18 | 0 | 0.74 | 0.18 | 74.71 | 0.63 | 0.52 |
| Hex | AC | D2 | 37 | 12 | 0 | 4A | 12 | 4B | 3F | 34 |
| Octal | 254 | 322 | 67 | 22 | 0 | 112 | 22 | 113 | 77 | 64 |
| Binary | 10101100 | 11010010 | 110111 | 10010 | 0 | 1001010 | 10010 | 1001011 | 111111 | 110100 |
Color Harmonies of #ACD237
Complementary color
Monochromatic Colors of #ACD237
Black with #ACD237
Text Example
Text Example
White with #ACD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD237; }
p { color: rgb(172,210,55); }
H1.HeaderClassName
{
color: #ACD237;
}
.AnyTagClassName
{
color: #ACD237;
}
</style>
background-color css
<style>
a { background-color: #ACD237; }
a { background-color: rgb(172,210,55); }
div.DivClassName
{
background-color: #ACD237;
}
.BgClassName
{
background-color: #ACD237;
}
</style>
border-color css
<style>
span { border-color: #ACD237; }
span { border-color: rgb(172,210,55); }
td.TdClassName
{
border-color: #ACD237;
}
.TagClassName
{
border-color: #ACD237;
}
</style>