Shades of Atlantis #ACCC3A
Tints of Atlantis #ACCC3A
RGB
CMYK
RGB Variations
Color information
#ACCC3A (or 0xACCC3A) is known color: Atlantis. HEX triplet: AC, CC and 3A. RGB value is (172,204,58). Sum of RGB (Red+Green+Blue) = 172+204+58=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC3A is #5333C5. Grayscale: #B2B2B2. Windows color (decimal): -5452742 or 3853484. OLE color: 3853484.
HSL color Cylindrical-coordinate representation of color #ACCC3A: hue angle of 73.15º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACCC3A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 58 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.2 |
| HSL | 73.15º | 0.59% | 0.51% | - |
| HSV(B) | 73.15º | 0.72% | 0.8% | - |
| XYZ | 39.37 | 52.26 | 12.02 | - |
| YUV | 177.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 58 | 0.16 | 0 | 0.72 | 0.2 | 73.15 | 0.59 | 0.51 |
| Hex | AC | CC | 3A | 10 | 0 | 48 | 14 | 49 | 3B | 33 |
| Octal | 254 | 314 | 72 | 20 | 0 | 110 | 24 | 111 | 73 | 63 |
| Binary | 10101100 | 11001100 | 111010 | 10000 | 0 | 1001000 | 10100 | 1001001 | 111011 | 110011 |
Color Harmonies of #ACCC3A
Complementary color
Monochromatic Colors of #ACCC3A
Black with #ACCC3A
Text Example
Text Example
White with #ACCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC3A; }
p { color: rgb(172,204,58); }
H1.HeaderClassName
{
color: #ACCC3A;
}
.AnyTagClassName
{
color: #ACCC3A;
}
</style>
background-color css
<style>
a { background-color: #ACCC3A; }
a { background-color: rgb(172,204,58); }
div.DivClassName
{
background-color: #ACCC3A;
}
.BgClassName
{
background-color: #ACCC3A;
}
</style>
border-color css
<style>
span { border-color: #ACCC3A; }
span { border-color: rgb(172,204,58); }
td.TdClassName
{
border-color: #ACCC3A;
}
.TagClassName
{
border-color: #ACCC3A;
}
</style>