Shades of Atlantis #ACCE40
Tints of Atlantis #ACCE40
RGB
CMYK
RGB Variations
Color information
#ACCE40 (or 0xACCE40) is known color: Atlantis. HEX triplet: AC, CE and 40. RGB value is (172,206,64). Sum of RGB (Red+Green+Blue) = 172+206+64=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE40 is #5331BF. Grayscale: #B4B4B4. Windows color (decimal): -5452224 or 4247212. OLE color: 4247212.
HSL color Cylindrical-coordinate representation of color #ACCE40: hue angle of 74.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCE40 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 64 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.19 |
| HSL | 74.37º | 0.59% | 0.53% | - |
| HSV(B) | 74.37º | 0.69% | 0.81% | - |
| XYZ | 40.01 | 53.28 | 13.03 | - |
| YUV | 179.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 64 | 0.17 | 0 | 0.69 | 0.19 | 74.37 | 0.59 | 0.53 |
| Hex | AC | CE | 40 | 11 | 0 | 45 | 13 | 4A | 3B | 35 |
| Octal | 254 | 316 | 100 | 21 | 0 | 105 | 23 | 112 | 73 | 65 |
| Binary | 10101100 | 11001110 | 1000000 | 10001 | 0 | 1000101 | 10011 | 1001010 | 111011 | 110101 |
Color Harmonies of #ACCE40
Complementary color
Monochromatic Colors of #ACCE40
Black with #ACCE40
Text Example
Text Example
White with #ACCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE40; }
p { color: rgb(172,206,64); }
H1.HeaderClassName
{
color: #ACCE40;
}
.AnyTagClassName
{
color: #ACCE40;
}
</style>
background-color css
<style>
a { background-color: #ACCE40; }
a { background-color: rgb(172,206,64); }
div.DivClassName
{
background-color: #ACCE40;
}
.BgClassName
{
background-color: #ACCE40;
}
</style>
border-color css
<style>
span { border-color: #ACCE40; }
span { border-color: rgb(172,206,64); }
td.TdClassName
{
border-color: #ACCE40;
}
.TagClassName
{
border-color: #ACCE40;
}
</style>