Shades of Atlantis #A2CE4F
Tints of Atlantis #A2CE4F
RGB
CMYK
RGB Variations
Color information
#A2CE4F (or 0xA2CE4F) is known color: Atlantis. HEX triplet: A2, CE and 4F. RGB value is (162,206,79). Sum of RGB (Red+Green+Blue) = 162+206+79=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE4F is #5D31B0. Grayscale: #B2B2B2. Windows color (decimal): -6107569 or 5230242. OLE color: 5230242.
HSL color Cylindrical-coordinate representation of color #A2CE4F: hue angle of 80.79º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2CE4F is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 79 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.19 |
| HSL | 80.79º | 0.56% | 0.56% | - |
| HSV(B) | 80.79º | 0.62% | 0.81% | - |
| XYZ | 38.38 | 52.39 | 15.49 | - |
| YUV | 178.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 79 | 0.21 | 0 | 0.62 | 0.19 | 80.79 | 0.56 | 0.56 |
| Hex | A2 | CE | 4F | 15 | 0 | 3E | 13 | 51 | 38 | 38 |
| Octal | 242 | 316 | 117 | 25 | 0 | 76 | 23 | 121 | 70 | 70 |
| Binary | 10100010 | 11001110 | 1001111 | 10101 | 0 | 111110 | 10011 | 1010001 | 111000 | 111000 |
Color Harmonies of #A2CE4F
Complementary color
Monochromatic Colors of #A2CE4F
Black with #A2CE4F
Text Example
Text Example
White with #A2CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE4F; }
p { color: rgb(162,206,79); }
H1.HeaderClassName
{
color: #A2CE4F;
}
.AnyTagClassName
{
color: #A2CE4F;
}
</style>
background-color css
<style>
a { background-color: #A2CE4F; }
a { background-color: rgb(162,206,79); }
div.DivClassName
{
background-color: #A2CE4F;
}
.BgClassName
{
background-color: #A2CE4F;
}
</style>
border-color css
<style>
span { border-color: #A2CE4F; }
span { border-color: rgb(162,206,79); }
td.TdClassName
{
border-color: #A2CE4F;
}
.TagClassName
{
border-color: #A2CE4F;
}
</style>