Shades of Atlantis #A2C93F
Tints of Atlantis #A2C93F
RGB
CMYK
RGB Variations
Color information
#A2C93F (or 0xA2C93F) is known color: Atlantis. HEX triplet: A2, C9 and 3F. RGB value is (162,201,63). Sum of RGB (Red+Green+Blue) = 162+201+63=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C93F is #5D36C0. Grayscale: #AEAEAE. Windows color (decimal): -6108865 or 4180386. OLE color: 4180386.
HSL color Cylindrical-coordinate representation of color #A2C93F: hue angle of 76.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2C93F is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 63 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.21 |
| HSL | 76.96º | 0.56% | 0.52% | - |
| HSV(B) | 76.96º | 0.69% | 0.79% | - |
| XYZ | 36.68 | 49.81 | 12.38 | - |
| YUV | 173.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 63 | 0.19 | 0 | 0.69 | 0.21 | 76.96 | 0.56 | 0.52 |
| Hex | A2 | C9 | 3F | 13 | 0 | 45 | 15 | 4D | 38 | 34 |
| Octal | 242 | 311 | 77 | 23 | 0 | 105 | 25 | 115 | 70 | 64 |
| Binary | 10100010 | 11001001 | 111111 | 10011 | 0 | 1000101 | 10101 | 1001101 | 111000 | 110100 |
Color Harmonies of #A2C93F
Complementary color
Monochromatic Colors of #A2C93F
Black with #A2C93F
Text Example
Text Example
White with #A2C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C93F; }
p { color: rgb(162,201,63); }
H1.HeaderClassName
{
color: #A2C93F;
}
.AnyTagClassName
{
color: #A2C93F;
}
</style>
background-color css
<style>
a { background-color: #A2C93F; }
a { background-color: rgb(162,201,63); }
div.DivClassName
{
background-color: #A2C93F;
}
.BgClassName
{
background-color: #A2C93F;
}
</style>
border-color css
<style>
span { border-color: #A2C93F; }
span { border-color: rgb(162,201,63); }
td.TdClassName
{
border-color: #A2C93F;
}
.TagClassName
{
border-color: #A2C93F;
}
</style>