Shades of Atlantis #ACD240
Tints of Atlantis #ACD240
RGB
CMYK
RGB Variations
Color information
#ACD240 (or 0xACD240) is known color: Atlantis. HEX triplet: AC, D2 and 40. RGB value is (172,210,64). Sum of RGB (Red+Green+Blue) = 172+210+64=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD240 is #532DBF. Grayscale: #B6B6B6. Windows color (decimal): -5451200 or 4248236. OLE color: 4248236.
HSL color Cylindrical-coordinate representation of color #ACD240: hue angle of 75.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD240 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 64 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.18 |
| HSL | 75.62º | 0.62% | 0.54% | - |
| HSV(B) | 75.62º | 0.7% | 0.82% | - |
| XYZ | 40.99 | 55.23 | 13.35 | - |
| YUV | 181.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 64 | 0.18 | 0 | 0.70 | 0.18 | 75.62 | 0.62 | 0.54 |
| Hex | AC | D2 | 40 | 12 | 0 | 46 | 12 | 4C | 3E | 36 |
| Octal | 254 | 322 | 100 | 22 | 0 | 106 | 22 | 114 | 76 | 66 |
| Binary | 10101100 | 11010010 | 1000000 | 10010 | 0 | 1000110 | 10010 | 1001100 | 111110 | 110110 |
Color Harmonies of #ACD240
Complementary color
Monochromatic Colors of #ACD240
Black with #ACD240
Text Example
Text Example
White with #ACD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD240; }
p { color: rgb(172,210,64); }
H1.HeaderClassName
{
color: #ACD240;
}
.AnyTagClassName
{
color: #ACD240;
}
</style>
background-color css
<style>
a { background-color: #ACD240; }
a { background-color: rgb(172,210,64); }
div.DivClassName
{
background-color: #ACD240;
}
.BgClassName
{
background-color: #ACD240;
}
</style>
border-color css
<style>
span { border-color: #ACD240; }
span { border-color: rgb(172,210,64); }
td.TdClassName
{
border-color: #ACD240;
}
.TagClassName
{
border-color: #ACD240;
}
</style>