Shades of Atlantis #A2CF4D
Tints of Atlantis #A2CF4D
RGB
CMYK
RGB Variations
Color information
#A2CF4D (or 0xA2CF4D) is known color: Atlantis. HEX triplet: A2, CF and 4D. RGB value is (162,207,77). Sum of RGB (Red+Green+Blue) = 162+207+77=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF4D is #5D30B2. Grayscale: #B3B3B3. Windows color (decimal): -6107315 or 5099426. OLE color: 5099426.
HSL color Cylindrical-coordinate representation of color #A2CF4D: hue angle of 80.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2CF4D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 77 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.19 |
| HSL | 80.77º | 0.58% | 0.56% | - |
| HSV(B) | 80.77º | 0.63% | 0.81% | - |
| XYZ | 38.55 | 52.84 | 15.19 | - |
| YUV | 178.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 77 | 0.22 | 0 | 0.63 | 0.19 | 80.77 | 0.58 | 0.56 |
| Hex | A2 | CF | 4D | 16 | 0 | 3F | 13 | 51 | 3A | 38 |
| Octal | 242 | 317 | 115 | 26 | 0 | 77 | 23 | 121 | 72 | 70 |
| Binary | 10100010 | 11001111 | 1001101 | 10110 | 0 | 111111 | 10011 | 1010001 | 111010 | 111000 |
Color Harmonies of #A2CF4D
Complementary color
Monochromatic Colors of #A2CF4D
Black with #A2CF4D
Text Example
Text Example
White with #A2CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF4D; }
p { color: rgb(162,207,77); }
H1.HeaderClassName
{
color: #A2CF4D;
}
.AnyTagClassName
{
color: #A2CF4D;
}
</style>
background-color css
<style>
a { background-color: #A2CF4D; }
a { background-color: rgb(162,207,77); }
div.DivClassName
{
background-color: #A2CF4D;
}
.BgClassName
{
background-color: #A2CF4D;
}
</style>
border-color css
<style>
span { border-color: #A2CF4D; }
span { border-color: rgb(162,207,77); }
td.TdClassName
{
border-color: #A2CF4D;
}
.TagClassName
{
border-color: #A2CF4D;
}
</style>