Shades of Atlantis #ACD534
Tints of Atlantis #ACD534
RGB
CMYK
RGB Variations
Color information
#ACD534 (or 0xACD534) is known color: Atlantis. HEX triplet: AC, D5 and 34. RGB value is (172,213,52). Sum of RGB (Red+Green+Blue) = 172+213+52=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD534 is #532ACB. Grayscale: #B6B6B6. Windows color (decimal): -5450444 or 3462572. OLE color: 3462572.
HSL color Cylindrical-coordinate representation of color #ACD534: hue angle of 75.28º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACD534 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 52 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.16 |
| HSL | 75.28º | 0.66% | 0.52% | - |
| HSV(B) | 75.28º | 0.76% | 0.84% | - |
| XYZ | 41.43 | 56.61 | 11.99 | - |
| YUV | 182.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 52 | 0.19 | 0 | 0.76 | 0.16 | 75.28 | 0.66 | 0.52 |
| Hex | AC | D5 | 34 | 13 | 0 | 4C | 10 | 4B | 42 | 34 |
| Octal | 254 | 325 | 64 | 23 | 0 | 114 | 20 | 113 | 102 | 64 |
| Binary | 10101100 | 11010101 | 110100 | 10011 | 0 | 1001100 | 10000 | 1001011 | 1000010 | 110100 |
Color Harmonies of #ACD534
Complementary color
Monochromatic Colors of #ACD534
Black with #ACD534
Text Example
Text Example
White with #ACD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD534; }
p { color: rgb(172,213,52); }
H1.HeaderClassName
{
color: #ACD534;
}
.AnyTagClassName
{
color: #ACD534;
}
</style>
background-color css
<style>
a { background-color: #ACD534; }
a { background-color: rgb(172,213,52); }
div.DivClassName
{
background-color: #ACD534;
}
.BgClassName
{
background-color: #ACD534;
}
</style>
border-color css
<style>
span { border-color: #ACD534; }
span { border-color: rgb(172,213,52); }
td.TdClassName
{
border-color: #ACD534;
}
.TagClassName
{
border-color: #ACD534;
}
</style>