Shades of Atlantis #A2CF4C
Tints of Atlantis #A2CF4C
RGB
CMYK
RGB Variations
Color information
#A2CF4C (or 0xA2CF4C) is known color: Atlantis. HEX triplet: A2, CF and 4C. RGB value is (162,207,76). Sum of RGB (Red+Green+Blue) = 162+207+76=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF4C is #5D30B3. Grayscale: #B3B3B3. Windows color (decimal): -6107316 or 5033890. OLE color: 5033890.
HSL color Cylindrical-coordinate representation of color #A2CF4C: hue angle of 80.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2CF4C is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 76 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.19 |
| HSL | 80.61º | 0.58% | 0.55% | - |
| HSV(B) | 80.61º | 0.63% | 0.81% | - |
| XYZ | 38.52 | 52.83 | 15 | - |
| YUV | 178.61 | 70.09 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 76 | 0.22 | 0 | 0.63 | 0.19 | 80.61 | 0.58 | 0.55 |
| Hex | A2 | CF | 4C | 16 | 0 | 3F | 13 | 51 | 3A | 37 |
| Octal | 242 | 317 | 114 | 26 | 0 | 77 | 23 | 121 | 72 | 67 |
| Binary | 10100010 | 11001111 | 1001100 | 10110 | 0 | 111111 | 10011 | 1010001 | 111010 | 110111 |
Color Harmonies of #A2CF4C
Complementary color
Monochromatic Colors of #A2CF4C
Black with #A2CF4C
Text Example
Text Example
White with #A2CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF4C; }
p { color: rgb(162,207,76); }
H1.HeaderClassName
{
color: #A2CF4C;
}
.AnyTagClassName
{
color: #A2CF4C;
}
</style>
background-color css
<style>
a { background-color: #A2CF4C; }
a { background-color: rgb(162,207,76); }
div.DivClassName
{
background-color: #A2CF4C;
}
.BgClassName
{
background-color: #A2CF4C;
}
</style>
border-color css
<style>
span { border-color: #A2CF4C; }
span { border-color: rgb(162,207,76); }
td.TdClassName
{
border-color: #A2CF4C;
}
.TagClassName
{
border-color: #A2CF4C;
}
</style>