Shades of Atlantis #A2CF37
Tints of Atlantis #A2CF37
RGB
CMYK
RGB Variations
Color information
#A2CF37 (or 0xA2CF37) is known color: Atlantis. HEX triplet: A2, CF and 37. RGB value is (162,207,55). Sum of RGB (Red+Green+Blue) = 162+207+55=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF37 is #5D30C8. Grayscale: #B0B0B0. Windows color (decimal): -6107337 or 3657634. OLE color: 3657634.
HSL color Cylindrical-coordinate representation of color #A2CF37: hue angle of 77.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2CF37 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 55 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.19 |
| HSL | 77.76º | 0.61% | 0.51% | - |
| HSV(B) | 77.76º | 0.73% | 0.81% | - |
| XYZ | 37.9 | 52.58 | 11.77 | - |
| YUV | 176.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 55 | 0.22 | 0 | 0.73 | 0.19 | 77.76 | 0.61 | 0.51 |
| Hex | A2 | CF | 37 | 16 | 0 | 49 | 13 | 4E | 3D | 33 |
| Octal | 242 | 317 | 67 | 26 | 0 | 111 | 23 | 116 | 75 | 63 |
| Binary | 10100010 | 11001111 | 110111 | 10110 | 0 | 1001001 | 10011 | 1001110 | 111101 | 110011 |
Color Harmonies of #A2CF37
Complementary color
Monochromatic Colors of #A2CF37
Black with #A2CF37
Text Example
Text Example
White with #A2CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF37; }
p { color: rgb(162,207,55); }
H1.HeaderClassName
{
color: #A2CF37;
}
.AnyTagClassName
{
color: #A2CF37;
}
</style>
background-color css
<style>
a { background-color: #A2CF37; }
a { background-color: rgb(162,207,55); }
div.DivClassName
{
background-color: #A2CF37;
}
.BgClassName
{
background-color: #A2CF37;
}
</style>
border-color css
<style>
span { border-color: #A2CF37; }
span { border-color: rgb(162,207,55); }
td.TdClassName
{
border-color: #A2CF37;
}
.TagClassName
{
border-color: #A2CF37;
}
</style>