Shades of Atlantis #ACCE3C
Tints of Atlantis #ACCE3C
RGB
CMYK
RGB Variations
Color information
#ACCE3C (or 0xACCE3C) is known color: Atlantis. HEX triplet: AC, CE and 3C. RGB value is (172,206,60). Sum of RGB (Red+Green+Blue) = 172+206+60=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE3C is #5331C3. Grayscale: #B3B3B3. Windows color (decimal): -5452228 or 3985068. OLE color: 3985068.
HSL color Cylindrical-coordinate representation of color #ACCE3C: hue angle of 73.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACCE3C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 60 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.19 |
| HSL | 73.97º | 0.6% | 0.52% | - |
| HSV(B) | 73.97º | 0.71% | 0.81% | - |
| XYZ | 39.9 | 53.24 | 12.45 | - |
| YUV | 179.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 60 | 0.17 | 0 | 0.71 | 0.19 | 73.97 | 0.6 | 0.52 |
| Hex | AC | CE | 3C | 11 | 0 | 47 | 13 | 4A | 3C | 34 |
| Octal | 254 | 316 | 74 | 21 | 0 | 107 | 23 | 112 | 74 | 64 |
| Binary | 10101100 | 11001110 | 111100 | 10001 | 0 | 1000111 | 10011 | 1001010 | 111100 | 110100 |
Color Harmonies of #ACCE3C
Complementary color
Monochromatic Colors of #ACCE3C
Black with #ACCE3C
Text Example
Text Example
White with #ACCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE3C; }
p { color: rgb(172,206,60); }
H1.HeaderClassName
{
color: #ACCE3C;
}
.AnyTagClassName
{
color: #ACCE3C;
}
</style>
background-color css
<style>
a { background-color: #ACCE3C; }
a { background-color: rgb(172,206,60); }
div.DivClassName
{
background-color: #ACCE3C;
}
.BgClassName
{
background-color: #ACCE3C;
}
</style>
border-color css
<style>
span { border-color: #ACCE3C; }
span { border-color: rgb(172,206,60); }
td.TdClassName
{
border-color: #ACCE3C;
}
.TagClassName
{
border-color: #ACCE3C;
}
</style>