Shades of Atlantis #ACD334
Tints of Atlantis #ACD334
RGB
CMYK
RGB Variations
Color information
#ACD334 (or 0xACD334) is known color: Atlantis. HEX triplet: AC, D3 and 34. RGB value is (172,211,52). Sum of RGB (Red+Green+Blue) = 172+211+52=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD334 is #532CCB. Grayscale: #B5B5B5. Windows color (decimal): -5450956 or 3462060. OLE color: 3462060.
HSL color Cylindrical-coordinate representation of color #ACD334: hue angle of 74.72º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD334 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 52 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.17 |
| HSL | 74.72º | 0.64% | 0.52% | - |
| HSV(B) | 74.72º | 0.75% | 0.83% | - |
| XYZ | 40.93 | 55.61 | 11.82 | - |
| YUV | 181.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 52 | 0.18 | 0 | 0.75 | 0.17 | 74.72 | 0.64 | 0.52 |
| Hex | AC | D3 | 34 | 12 | 0 | 4B | 11 | 4B | 40 | 34 |
| Octal | 254 | 323 | 64 | 22 | 0 | 113 | 21 | 113 | 100 | 64 |
| Binary | 10101100 | 11010011 | 110100 | 10010 | 0 | 1001011 | 10001 | 1001011 | 1000000 | 110100 |
Color Harmonies of #ACD334
Complementary color
Monochromatic Colors of #ACD334
Black with #ACD334
Text Example
Text Example
White with #ACD334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD334; }
p { color: rgb(172,211,52); }
H1.HeaderClassName
{
color: #ACD334;
}
.AnyTagClassName
{
color: #ACD334;
}
</style>
background-color css
<style>
a { background-color: #ACD334; }
a { background-color: rgb(172,211,52); }
div.DivClassName
{
background-color: #ACD334;
}
.BgClassName
{
background-color: #ACD334;
}
</style>
border-color css
<style>
span { border-color: #ACD334; }
span { border-color: rgb(172,211,52); }
td.TdClassName
{
border-color: #ACD334;
}
.TagClassName
{
border-color: #ACD334;
}
</style>