Shades of Atlantis #A2CF4A
Tints of Atlantis #A2CF4A
RGB
CMYK
RGB Variations
Color information
#A2CF4A (or 0xA2CF4A) is known color: Atlantis. HEX triplet: A2, CF and 4A. RGB value is (162,207,74). Sum of RGB (Red+Green+Blue) = 162+207+74=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF4A is #5D30B5. Grayscale: #B2B2B2. Windows color (decimal): -6107318 or 4902818. OLE color: 4902818.
HSL color Cylindrical-coordinate representation of color #A2CF4A: hue angle of 80.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2CF4A is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 74 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.19 |
| HSL | 80.3º | 0.58% | 0.55% | - |
| HSV(B) | 80.3º | 0.64% | 0.81% | - |
| XYZ | 38.45 | 52.8 | 14.64 | - |
| YUV | 178.38 | 69.09 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 74 | 0.22 | 0 | 0.64 | 0.19 | 80.3 | 0.58 | 0.55 |
| Hex | A2 | CF | 4A | 16 | 0 | 40 | 13 | 50 | 3A | 37 |
| Octal | 242 | 317 | 112 | 26 | 0 | 100 | 23 | 120 | 72 | 67 |
| Binary | 10100010 | 11001111 | 1001010 | 10110 | 0 | 1000000 | 10011 | 1010000 | 111010 | 110111 |
Color Harmonies of #A2CF4A
Complementary color
Monochromatic Colors of #A2CF4A
Black with #A2CF4A
Text Example
Text Example
White with #A2CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF4A; }
p { color: rgb(162,207,74); }
H1.HeaderClassName
{
color: #A2CF4A;
}
.AnyTagClassName
{
color: #A2CF4A;
}
</style>
background-color css
<style>
a { background-color: #A2CF4A; }
a { background-color: rgb(162,207,74); }
div.DivClassName
{
background-color: #A2CF4A;
}
.BgClassName
{
background-color: #A2CF4A;
}
</style>
border-color css
<style>
span { border-color: #A2CF4A; }
span { border-color: rgb(162,207,74); }
td.TdClassName
{
border-color: #A2CF4A;
}
.TagClassName
{
border-color: #A2CF4A;
}
</style>