Shades of Atlantis #A2CF40
Tints of Atlantis #A2CF40
RGB
CMYK
RGB Variations
Color information
#A2CF40 (or 0xA2CF40) is known color: Atlantis. HEX triplet: A2, CF and 40. RGB value is (162,207,64). Sum of RGB (Red+Green+Blue) = 162+207+64=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF40 is #5D30BF. Grayscale: #B1B1B1. Windows color (decimal): -6107328 or 4247458. OLE color: 4247458.
HSL color Cylindrical-coordinate representation of color #A2CF40: hue angle of 78.88º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2CF40 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 64 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.19 |
| HSL | 78.88º | 0.6% | 0.53% | - |
| HSV(B) | 78.88º | 0.69% | 0.81% | - |
| XYZ | 38.14 | 52.68 | 13.01 | - |
| YUV | 177.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 64 | 0.22 | 0 | 0.69 | 0.19 | 78.88 | 0.6 | 0.53 |
| Hex | A2 | CF | 40 | 16 | 0 | 45 | 13 | 4F | 3C | 35 |
| Octal | 242 | 317 | 100 | 26 | 0 | 105 | 23 | 117 | 74 | 65 |
| Binary | 10100010 | 11001111 | 1000000 | 10110 | 0 | 1000101 | 10011 | 1001111 | 111100 | 110101 |
Color Harmonies of #A2CF40
Complementary color
Monochromatic Colors of #A2CF40
Black with #A2CF40
Text Example
Text Example
White with #A2CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF40; }
p { color: rgb(162,207,64); }
H1.HeaderClassName
{
color: #A2CF40;
}
.AnyTagClassName
{
color: #A2CF40;
}
</style>
background-color css
<style>
a { background-color: #A2CF40; }
a { background-color: rgb(162,207,64); }
div.DivClassName
{
background-color: #A2CF40;
}
.BgClassName
{
background-color: #A2CF40;
}
</style>
border-color css
<style>
span { border-color: #A2CF40; }
span { border-color: rgb(162,207,64); }
td.TdClassName
{
border-color: #A2CF40;
}
.TagClassName
{
border-color: #A2CF40;
}
</style>