Shades of Atlantis #ACCA3E
Tints of Atlantis #ACCA3E
RGB
CMYK
RGB Variations
Color information
#ACCA3E (or 0xACCA3E) is known color: Atlantis. HEX triplet: AC, CA and 3E. RGB value is (172,202,62). Sum of RGB (Red+Green+Blue) = 172+202+62=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCA3E is #5335C1. Grayscale: #B1B1B1. Windows color (decimal): -5453250 or 4115116. OLE color: 4115116.
HSL color Cylindrical-coordinate representation of color #ACCA3E: hue angle of 72.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCA3E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
RGB | 172 | 202 | 62 | - |
CMYK | 0.15 | 0 | 0.69 | 0.21 |
HSL | 72.86º | 0.57% | 0.52% | - |
HSV(B) | 72.86º | 0.69% | 0.79% | - |
XYZ | 39 | 51.36 | 12.42 | - |
YUV | 177.07 | 63.06 | 124.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 202 | 62 | 0.15 | 0 | 0.69 | 0.21 | 72.86 | 0.57 | 0.52 |
Hex | AC | CA | 3E | F | 0 | 45 | 15 | 49 | 39 | 34 |
Octal | 254 | 312 | 76 | 17 | 0 | 105 | 25 | 111 | 71 | 64 |
Binary | 10101100 | 11001010 | 111110 | 1111 | 0 | 1000101 | 10101 | 1001001 | 111001 | 110100 |
Color Harmonies of #ACCA3E
Complementary color
Monochromatic Colors of #ACCA3E
Black with #ACCA3E
Text Example
Text Example
White with #ACCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCA3E; }
p { color: rgb(172,202,62); }
H1.HeaderClassName
{
color: #ACCA3E;
}
.AnyTagClassName
{
color: #ACCA3E;
}
</style>
background-color css
<style>
a { background-color: #ACCA3E; }
a { background-color: rgb(172,202,62); }
div.DivClassName
{
background-color: #ACCA3E;
}
.BgClassName
{
background-color: #ACCA3E;
}
</style>
border-color css
<style>
span { border-color: #ACCA3E; }
span { border-color: rgb(172,202,62); }
td.TdClassName
{
border-color: #ACCA3E;
}
.TagClassName
{
border-color: #ACCA3E;
}
</style>