Shades of Atlantis #A2CC3E
Tints of Atlantis #A2CC3E
RGB
CMYK
RGB Variations
Color information
#A2CC3E (or 0xA2CC3E) is known color: Atlantis. HEX triplet: A2, CC and 3E. RGB value is (162,204,62). Sum of RGB (Red+Green+Blue) = 162+204+62=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC3E is #5D33C1. Grayscale: #AFAFAF. Windows color (decimal): -6108098 or 4115618. OLE color: 4115618.
HSL color Cylindrical-coordinate representation of color #A2CC3E: hue angle of 77.75º 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 #A2CC3E is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 62 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.2 |
| HSL | 77.75º | 0.58% | 0.52% | - |
| HSV(B) | 77.75º | 0.7% | 0.8% | - |
| XYZ | 37.36 | 51.21 | 12.47 | - |
| YUV | 175.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 62 | 0.21 | 0 | 0.70 | 0.2 | 77.75 | 0.58 | 0.52 |
| Hex | A2 | CC | 3E | 15 | 0 | 46 | 14 | 4E | 3A | 34 |
| Octal | 242 | 314 | 76 | 25 | 0 | 106 | 24 | 116 | 72 | 64 |
| Binary | 10100010 | 11001100 | 111110 | 10101 | 0 | 1000110 | 10100 | 1001110 | 111010 | 110100 |
Color Harmonies of #A2CC3E
Complementary color
Monochromatic Colors of #A2CC3E
Black with #A2CC3E
Text Example
Text Example
White with #A2CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC3E; }
p { color: rgb(162,204,62); }
H1.HeaderClassName
{
color: #A2CC3E;
}
.AnyTagClassName
{
color: #A2CC3E;
}
</style>
background-color css
<style>
a { background-color: #A2CC3E; }
a { background-color: rgb(162,204,62); }
div.DivClassName
{
background-color: #A2CC3E;
}
.BgClassName
{
background-color: #A2CC3E;
}
</style>
border-color css
<style>
span { border-color: #A2CC3E; }
span { border-color: rgb(162,204,62); }
td.TdClassName
{
border-color: #A2CC3E;
}
.TagClassName
{
border-color: #A2CC3E;
}
</style>