Shades of Atlantis #ACD23C
Tints of Atlantis #ACD23C
RGB
CMYK
RGB Variations
Color information
#ACD23C (or 0xACD23C) is known color: Atlantis. HEX triplet: AC, D2 and 3C. RGB value is (172,210,60). Sum of RGB (Red+Green+Blue) = 172+210+60=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD23C is #532DC3. Grayscale: #B6B6B6. Windows color (decimal): -5451204 or 3986092. OLE color: 3986092.
HSL color Cylindrical-coordinate representation of color #ACD23C: hue angle of 75.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD23C is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 60 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.18 |
| HSL | 75.2º | 0.63% | 0.53% | - |
| HSV(B) | 75.2º | 0.71% | 0.82% | - |
| XYZ | 40.88 | 55.19 | 12.77 | - |
| YUV | 181.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 60 | 0.18 | 0 | 0.71 | 0.18 | 75.2 | 0.63 | 0.53 |
| Hex | AC | D2 | 3C | 12 | 0 | 47 | 12 | 4B | 3E | 35 |
| Octal | 254 | 322 | 74 | 22 | 0 | 107 | 22 | 113 | 76 | 65 |
| Binary | 10101100 | 11010010 | 111100 | 10010 | 0 | 1000111 | 10010 | 1001011 | 111110 | 110101 |
Color Harmonies of #ACD23C
Complementary color
Monochromatic Colors of #ACD23C
Black with #ACD23C
Text Example
Text Example
White with #ACD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD23C; }
p { color: rgb(172,210,60); }
H1.HeaderClassName
{
color: #ACD23C;
}
.AnyTagClassName
{
color: #ACD23C;
}
</style>
background-color css
<style>
a { background-color: #ACD23C; }
a { background-color: rgb(172,210,60); }
div.DivClassName
{
background-color: #ACD23C;
}
.BgClassName
{
background-color: #ACD23C;
}
</style>
border-color css
<style>
span { border-color: #ACD23C; }
span { border-color: rgb(172,210,60); }
td.TdClassName
{
border-color: #ACD23C;
}
.TagClassName
{
border-color: #ACD23C;
}
</style>