Shades of Atlantis #ACD234
Tints of Atlantis #ACD234
RGB
CMYK
RGB Variations
Color information
#ACD234 (or 0xACD234) is known color: Atlantis. HEX triplet: AC, D2 and 34. RGB value is (172,210,52). Sum of RGB (Red+Green+Blue) = 172+210+52=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD234 is #532DCB. Grayscale: #B5B5B5. Windows color (decimal): -5451212 or 3461804. OLE color: 3461804.
HSL color Cylindrical-coordinate representation of color #ACD234: hue angle of 74.43º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD234 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 52 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.18 |
| HSL | 74.43º | 0.64% | 0.51% | - |
| HSV(B) | 74.43º | 0.75% | 0.82% | - |
| XYZ | 40.68 | 55.11 | 11.74 | - |
| YUV | 180.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 52 | 0.18 | 0 | 0.75 | 0.18 | 74.43 | 0.64 | 0.51 |
| Hex | AC | D2 | 34 | 12 | 0 | 4B | 12 | 4A | 40 | 33 |
| Octal | 254 | 322 | 64 | 22 | 0 | 113 | 22 | 112 | 100 | 63 |
| Binary | 10101100 | 11010010 | 110100 | 10010 | 0 | 1001011 | 10010 | 1001010 | 1000000 | 110011 |
Color Harmonies of #ACD234
Complementary color
Monochromatic Colors of #ACD234
Black with #ACD234
Text Example
Text Example
White with #ACD234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD234; }
p { color: rgb(172,210,52); }
H1.HeaderClassName
{
color: #ACD234;
}
.AnyTagClassName
{
color: #ACD234;
}
</style>
background-color css
<style>
a { background-color: #ACD234; }
a { background-color: rgb(172,210,52); }
div.DivClassName
{
background-color: #ACD234;
}
.BgClassName
{
background-color: #ACD234;
}
</style>
border-color css
<style>
span { border-color: #ACD234; }
span { border-color: rgb(172,210,52); }
td.TdClassName
{
border-color: #ACD234;
}
.TagClassName
{
border-color: #ACD234;
}
</style>