Shades of Atlantis #ACD23A
Tints of Atlantis #ACD23A
RGB
CMYK
RGB Variations
Color information
#ACD23A (or 0xACD23A) is known color: Atlantis. HEX triplet: AC, D2 and 3A. RGB value is (172,210,58). Sum of RGB (Red+Green+Blue) = 172+210+58=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD23A is #532DC5. Grayscale: #B5B5B5. Windows color (decimal): -5451206 or 3855020. OLE color: 3855020.
HSL color Cylindrical-coordinate representation of color #ACD23A: hue angle of 75º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD23A is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 58 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.18 |
| HSL | 75º | 0.63% | 0.53% | - |
| HSV(B) | 75º | 0.72% | 0.82% | - |
| XYZ | 40.82 | 55.17 | 12.5 | - |
| YUV | 181.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 58 | 0.18 | 0 | 0.72 | 0.18 | 75 | 0.63 | 0.53 |
| Hex | AC | D2 | 3A | 12 | 0 | 48 | 12 | 4B | 3F | 35 |
| Octal | 254 | 322 | 72 | 22 | 0 | 110 | 22 | 113 | 77 | 65 |
| Binary | 10101100 | 11010010 | 111010 | 10010 | 0 | 1001000 | 10010 | 1001011 | 111111 | 110101 |
Color Harmonies of #ACD23A
Complementary color
Monochromatic Colors of #ACD23A
Black with #ACD23A
Text Example
Text Example
White with #ACD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD23A; }
p { color: rgb(172,210,58); }
H1.HeaderClassName
{
color: #ACD23A;
}
.AnyTagClassName
{
color: #ACD23A;
}
</style>
background-color css
<style>
a { background-color: #ACD23A; }
a { background-color: rgb(172,210,58); }
div.DivClassName
{
background-color: #ACD23A;
}
.BgClassName
{
background-color: #ACD23A;
}
</style>
border-color css
<style>
span { border-color: #ACD23A; }
span { border-color: rgb(172,210,58); }
td.TdClassName
{
border-color: #ACD23A;
}
.TagClassName
{
border-color: #ACD23A;
}
</style>