Shades of Atlantis #A2CF3A
Tints of Atlantis #A2CF3A
RGB
CMYK
RGB Variations
Color information
#A2CF3A (or 0xA2CF3A) is known color: Atlantis. HEX triplet: A2, CF and 3A. RGB value is (162,207,58). Sum of RGB (Red+Green+Blue) = 162+207+58=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF3A is #5D30C5. Grayscale: #B1B1B1. Windows color (decimal): -6107334 or 3854242. OLE color: 3854242.
HSL color Cylindrical-coordinate representation of color #A2CF3A: hue angle of 78.12º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2CF3A is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 58 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.19 |
| HSL | 78.12º | 0.61% | 0.52% | - |
| HSV(B) | 78.12º | 0.72% | 0.81% | - |
| XYZ | 37.98 | 52.61 | 12.16 | - |
| YUV | 176.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 58 | 0.22 | 0 | 0.72 | 0.19 | 78.12 | 0.61 | 0.52 |
| Hex | A2 | CF | 3A | 16 | 0 | 48 | 13 | 4E | 3D | 34 |
| Octal | 242 | 317 | 72 | 26 | 0 | 110 | 23 | 116 | 75 | 64 |
| Binary | 10100010 | 11001111 | 111010 | 10110 | 0 | 1001000 | 10011 | 1001110 | 111101 | 110100 |
Color Harmonies of #A2CF3A
Complementary color
Monochromatic Colors of #A2CF3A
Black with #A2CF3A
Text Example
Text Example
White with #A2CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF3A; }
p { color: rgb(162,207,58); }
H1.HeaderClassName
{
color: #A2CF3A;
}
.AnyTagClassName
{
color: #A2CF3A;
}
</style>
background-color css
<style>
a { background-color: #A2CF3A; }
a { background-color: rgb(162,207,58); }
div.DivClassName
{
background-color: #A2CF3A;
}
.BgClassName
{
background-color: #A2CF3A;
}
</style>
border-color css
<style>
span { border-color: #A2CF3A; }
span { border-color: rgb(162,207,58); }
td.TdClassName
{
border-color: #A2CF3A;
}
.TagClassName
{
border-color: #A2CF3A;
}
</style>