Shades of Atlantis #ACCE3A
Tints of Atlantis #ACCE3A
RGB
CMYK
RGB Variations
Color information
#ACCE3A (or 0xACCE3A) is known color: Atlantis. HEX triplet: AC, CE and 3A. RGB value is (172,206,58). Sum of RGB (Red+Green+Blue) = 172+206+58=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE3A is #5331C5. Grayscale: #B3B3B3. Windows color (decimal): -5452230 or 3853996. OLE color: 3853996.
HSL color Cylindrical-coordinate representation of color #ACCE3A: hue angle of 73.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACCE3A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 58 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.19 |
| HSL | 73.78º | 0.6% | 0.52% | - |
| HSV(B) | 73.78º | 0.72% | 0.81% | - |
| XYZ | 39.85 | 53.22 | 12.18 | - |
| YUV | 178.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 58 | 0.17 | 0 | 0.72 | 0.19 | 73.78 | 0.6 | 0.52 |
| Hex | AC | CE | 3A | 11 | 0 | 48 | 13 | 4A | 3C | 34 |
| Octal | 254 | 316 | 72 | 21 | 0 | 110 | 23 | 112 | 74 | 64 |
| Binary | 10101100 | 11001110 | 111010 | 10001 | 0 | 1001000 | 10011 | 1001010 | 111100 | 110100 |
Color Harmonies of #ACCE3A
Complementary color
Monochromatic Colors of #ACCE3A
Black with #ACCE3A
Text Example
Text Example
White with #ACCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE3A; }
p { color: rgb(172,206,58); }
H1.HeaderClassName
{
color: #ACCE3A;
}
.AnyTagClassName
{
color: #ACCE3A;
}
</style>
background-color css
<style>
a { background-color: #ACCE3A; }
a { background-color: rgb(172,206,58); }
div.DivClassName
{
background-color: #ACCE3A;
}
.BgClassName
{
background-color: #ACCE3A;
}
</style>
border-color css
<style>
span { border-color: #ACCE3A; }
span { border-color: rgb(172,206,58); }
td.TdClassName
{
border-color: #ACCE3A;
}
.TagClassName
{
border-color: #ACCE3A;
}
</style>