Shades of Atlantis #ACD134
Tints of Atlantis #ACD134
RGB
CMYK
RGB Variations
Color information
#ACD134 (or 0xACD134) is known color: Atlantis. HEX triplet: AC, D1 and 34. RGB value is (172,209,52). Sum of RGB (Red+Green+Blue) = 172+209+52=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD134 is #532ECB. Grayscale: #B4B4B4. Windows color (decimal): -5451468 or 3461548. OLE color: 3461548.
HSL color Cylindrical-coordinate representation of color #ACD134: hue angle of 74.14º degrees, saturation: 0.63, 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 #ACD134 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 52 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.18 |
| HSL | 74.14º | 0.63% | 0.51% | - |
| HSV(B) | 74.14º | 0.75% | 0.82% | - |
| XYZ | 40.43 | 54.62 | 11.66 | - |
| YUV | 180.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 52 | 0.18 | 0 | 0.75 | 0.18 | 74.14 | 0.63 | 0.51 |
| Hex | AC | D1 | 34 | 12 | 0 | 4B | 12 | 4A | 3F | 33 |
| Octal | 254 | 321 | 64 | 22 | 0 | 113 | 22 | 112 | 77 | 63 |
| Binary | 10101100 | 11010001 | 110100 | 10010 | 0 | 1001011 | 10010 | 1001010 | 111111 | 110011 |
Color Harmonies of #ACD134
Complementary color
Monochromatic Colors of #ACD134
Black with #ACD134
Text Example
Text Example
White with #ACD134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD134; }
p { color: rgb(172,209,52); }
H1.HeaderClassName
{
color: #ACD134;
}
.AnyTagClassName
{
color: #ACD134;
}
</style>
background-color css
<style>
a { background-color: #ACD134; }
a { background-color: rgb(172,209,52); }
div.DivClassName
{
background-color: #ACD134;
}
.BgClassName
{
background-color: #ACD134;
}
</style>
border-color css
<style>
span { border-color: #ACD134; }
span { border-color: rgb(172,209,52); }
td.TdClassName
{
border-color: #ACD134;
}
.TagClassName
{
border-color: #ACD134;
}
</style>