Shades of Atlantis #ACCC37
Tints of Atlantis #ACCC37
RGB
CMYK
RGB Variations
Color information
#ACCC37 (or 0xACCC37) is known color: Atlantis. HEX triplet: AC, CC and 37. RGB value is (172,204,55). Sum of RGB (Red+Green+Blue) = 172+204+55=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC37 is #5333C8. Grayscale: #B2B2B2. Windows color (decimal): -5452745 or 3656876. OLE color: 3656876.
HSL color Cylindrical-coordinate representation of color #ACCC37: hue angle of 72.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACCC37 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 55 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.2 |
| HSL | 72.89º | 0.59% | 0.51% | - |
| HSV(B) | 72.89º | 0.73% | 0.8% | - |
| XYZ | 39.3 | 52.23 | 11.63 | - |
| YUV | 177.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 55 | 0.16 | 0 | 0.73 | 0.2 | 72.89 | 0.59 | 0.51 |
| Hex | AC | CC | 37 | 10 | 0 | 49 | 14 | 49 | 3B | 33 |
| Octal | 254 | 314 | 67 | 20 | 0 | 111 | 24 | 111 | 73 | 63 |
| Binary | 10101100 | 11001100 | 110111 | 10000 | 0 | 1001001 | 10100 | 1001001 | 111011 | 110011 |
Color Harmonies of #ACCC37
Complementary color
Monochromatic Colors of #ACCC37
Black with #ACCC37
Text Example
Text Example
White with #ACCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC37; }
p { color: rgb(172,204,55); }
H1.HeaderClassName
{
color: #ACCC37;
}
.AnyTagClassName
{
color: #ACCC37;
}
</style>
background-color css
<style>
a { background-color: #ACCC37; }
a { background-color: rgb(172,204,55); }
div.DivClassName
{
background-color: #ACCC37;
}
.BgClassName
{
background-color: #ACCC37;
}
</style>
border-color css
<style>
span { border-color: #ACCC37; }
span { border-color: rgb(172,204,55); }
td.TdClassName
{
border-color: #ACCC37;
}
.TagClassName
{
border-color: #ACCC37;
}
</style>