Shades of Atlantis #A4CC3E
Tints of Atlantis #A4CC3E
RGB
CMYK
RGB Variations
Color information
#A4CC3E (or 0xA4CC3E) is known color: Atlantis. HEX triplet: A4, CC and 3E. RGB value is (164,204,62). Sum of RGB (Red+Green+Blue) = 164+204+62=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CC3E is #5B33C1. Grayscale: #B0B0B0. Windows color (decimal): -5977026 or 4115620. OLE color: 4115620.
HSL color Cylindrical-coordinate representation of color #A4CC3E: hue angle of 76.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4CC3E is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 204 | 62 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.2 |
| HSL | 76.9º | 0.58% | 0.52% | - |
| HSV(B) | 76.9º | 0.7% | 0.8% | - |
| XYZ | 37.77 | 51.43 | 12.49 | - |
| YUV | 175.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 62 | 0.20 | 0 | 0.70 | 0.2 | 76.9 | 0.58 | 0.52 |
| Hex | A4 | CC | 3E | 14 | 0 | 46 | 14 | 4D | 3A | 34 |
| Octal | 244 | 314 | 76 | 24 | 0 | 106 | 24 | 115 | 72 | 64 |
| Binary | 10100100 | 11001100 | 111110 | 10100 | 0 | 1000110 | 10100 | 1001101 | 111010 | 110100 |
Color Harmonies of #A4CC3E
Complementary color
Monochromatic Colors of #A4CC3E
Black with #A4CC3E
Text Example
Text Example
White with #A4CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CC3E; }
p { color: rgb(164,204,62); }
H1.HeaderClassName
{
color: #A4CC3E;
}
.AnyTagClassName
{
color: #A4CC3E;
}
</style>
background-color css
<style>
a { background-color: #A4CC3E; }
a { background-color: rgb(164,204,62); }
div.DivClassName
{
background-color: #A4CC3E;
}
.BgClassName
{
background-color: #A4CC3E;
}
</style>
border-color css
<style>
span { border-color: #A4CC3E; }
span { border-color: rgb(164,204,62); }
td.TdClassName
{
border-color: #A4CC3E;
}
.TagClassName
{
border-color: #A4CC3E;
}
</style>