Shades of Atlantis #ACCE41
Tints of Atlantis #ACCE41
RGB
CMYK
RGB Variations
Color information
#ACCE41 (or 0xACCE41) is known color: Atlantis. HEX triplet: AC, CE and 41. RGB value is (172,206,65). Sum of RGB (Red+Green+Blue) = 172+206+65=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE41 is #5331BE. Grayscale: #B4B4B4. Windows color (decimal): -5452223 or 4312748. OLE color: 4312748.
HSL color Cylindrical-coordinate representation of color #ACCE41: hue angle of 74.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACCE41 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 65 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.19 |
| HSL | 74.47º | 0.59% | 0.53% | - |
| HSV(B) | 74.47º | 0.68% | 0.81% | - |
| XYZ | 40.04 | 53.29 | 13.18 | - |
| YUV | 179.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 65 | 0.17 | 0 | 0.68 | 0.19 | 74.47 | 0.59 | 0.53 |
| Hex | AC | CE | 41 | 11 | 0 | 44 | 13 | 4A | 3B | 35 |
| Octal | 254 | 316 | 101 | 21 | 0 | 104 | 23 | 112 | 73 | 65 |
| Binary | 10101100 | 11001110 | 1000001 | 10001 | 0 | 1000100 | 10011 | 1001010 | 111011 | 110101 |
Color Harmonies of #ACCE41
Complementary color
Monochromatic Colors of #ACCE41
Black with #ACCE41
Text Example
Text Example
White with #ACCE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE41; }
p { color: rgb(172,206,65); }
H1.HeaderClassName
{
color: #ACCE41;
}
.AnyTagClassName
{
color: #ACCE41;
}
</style>
background-color css
<style>
a { background-color: #ACCE41; }
a { background-color: rgb(172,206,65); }
div.DivClassName
{
background-color: #ACCE41;
}
.BgClassName
{
background-color: #ACCE41;
}
</style>
border-color css
<style>
span { border-color: #ACCE41; }
span { border-color: rgb(172,206,65); }
td.TdClassName
{
border-color: #ACCE41;
}
.TagClassName
{
border-color: #ACCE41;
}
</style>