Shades of Atlantis #A2CF3E
Tints of Atlantis #A2CF3E
RGB
CMYK
RGB Variations
Color information
#A2CF3E (or 0xA2CF3E) is known color: Atlantis. HEX triplet: A2, CF and 3E. RGB value is (162,207,62). Sum of RGB (Red+Green+Blue) = 162+207+62=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF3E is #5D30C1. Grayscale: #B1B1B1. Windows color (decimal): -6107330 or 4116386. OLE color: 4116386.
HSL color Cylindrical-coordinate representation of color #A2CF3E: hue angle of 78.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2CF3E is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 62 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.19 |
| HSL | 78.62º | 0.6% | 0.53% | - |
| HSV(B) | 78.62º | 0.7% | 0.81% | - |
| XYZ | 38.08 | 52.65 | 12.71 | - |
| YUV | 177.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 62 | 0.22 | 0 | 0.70 | 0.19 | 78.62 | 0.6 | 0.53 |
| Hex | A2 | CF | 3E | 16 | 0 | 46 | 13 | 4F | 3C | 35 |
| Octal | 242 | 317 | 76 | 26 | 0 | 106 | 23 | 117 | 74 | 65 |
| Binary | 10100010 | 11001111 | 111110 | 10110 | 0 | 1000110 | 10011 | 1001111 | 111100 | 110101 |
Color Harmonies of #A2CF3E
Complementary color
Monochromatic Colors of #A2CF3E
Black with #A2CF3E
Text Example
Text Example
White with #A2CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF3E; }
p { color: rgb(162,207,62); }
H1.HeaderClassName
{
color: #A2CF3E;
}
.AnyTagClassName
{
color: #A2CF3E;
}
</style>
background-color css
<style>
a { background-color: #A2CF3E; }
a { background-color: rgb(162,207,62); }
div.DivClassName
{
background-color: #A2CF3E;
}
.BgClassName
{
background-color: #A2CF3E;
}
</style>
border-color css
<style>
span { border-color: #A2CF3E; }
span { border-color: rgb(162,207,62); }
td.TdClassName
{
border-color: #A2CF3E;
}
.TagClassName
{
border-color: #A2CF3E;
}
</style>