Shades of Atlantis #A2CF44
Tints of Atlantis #A2CF44
RGB
CMYK
RGB Variations
Color information
#A2CF44 (or 0xA2CF44) is known color: Atlantis. HEX triplet: A2, CF and 44. RGB value is (162,207,68). Sum of RGB (Red+Green+Blue) = 162+207+68=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF44 is #5D30BB. Grayscale: #B2B2B2. Windows color (decimal): -6107324 or 4509602. OLE color: 4509602.
HSL color Cylindrical-coordinate representation of color #A2CF44: hue angle of 79.42º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2CF44 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 68 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.19 |
| HSL | 79.42º | 0.59% | 0.54% | - |
| HSV(B) | 79.42º | 0.67% | 0.81% | - |
| XYZ | 38.26 | 52.72 | 13.63 | - |
| YUV | 177.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 68 | 0.22 | 0 | 0.67 | 0.19 | 79.42 | 0.59 | 0.54 |
| Hex | A2 | CF | 44 | 16 | 0 | 43 | 13 | 4F | 3B | 36 |
| Octal | 242 | 317 | 104 | 26 | 0 | 103 | 23 | 117 | 73 | 66 |
| Binary | 10100010 | 11001111 | 1000100 | 10110 | 0 | 1000011 | 10011 | 1001111 | 111011 | 110110 |
Color Harmonies of #A2CF44
Complementary color
Monochromatic Colors of #A2CF44
Black with #A2CF44
Text Example
Text Example
White with #A2CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF44; }
p { color: rgb(162,207,68); }
H1.HeaderClassName
{
color: #A2CF44;
}
.AnyTagClassName
{
color: #A2CF44;
}
</style>
background-color css
<style>
a { background-color: #A2CF44; }
a { background-color: rgb(162,207,68); }
div.DivClassName
{
background-color: #A2CF44;
}
.BgClassName
{
background-color: #A2CF44;
}
</style>
border-color css
<style>
span { border-color: #A2CF44; }
span { border-color: rgb(162,207,68); }
td.TdClassName
{
border-color: #A2CF44;
}
.TagClassName
{
border-color: #A2CF44;
}
</style>