Shades of Atlantis #A2C43D
Tints of Atlantis #A2C43D
RGB
CMYK
RGB Variations
Color information
#A2C43D (or 0xA2C43D) is known color: Atlantis. HEX triplet: A2, C4 and 3D. RGB value is (162,196,61). Sum of RGB (Red+Green+Blue) = 162+196+61=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C43D is #5D3BC2. Grayscale: #AAAAAA. Windows color (decimal): -6110147 or 4048034. OLE color: 4048034.
HSL color Cylindrical-coordinate representation of color #A2C43D: hue angle of 75.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2C43D is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 61 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.23 |
| HSL | 75.11º | 0.53% | 0.5% | - |
| HSV(B) | 75.11º | 0.69% | 0.77% | - |
| XYZ | 35.48 | 47.5 | 11.71 | - |
| YUV | 170.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 61 | 0.17 | 0 | 0.69 | 0.23 | 75.11 | 0.53 | 0.5 |
| Hex | A2 | C4 | 3D | 11 | 0 | 45 | 17 | 4B | 35 | 32 |
| Octal | 242 | 304 | 75 | 21 | 0 | 105 | 27 | 113 | 65 | 62 |
| Binary | 10100010 | 11000100 | 111101 | 10001 | 0 | 1000101 | 10111 | 1001011 | 110101 | 110010 |
Color Harmonies of #A2C43D
Complementary color
Monochromatic Colors of #A2C43D
Black with #A2C43D
Text Example
Text Example
White with #A2C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C43D; }
p { color: rgb(162,196,61); }
H1.HeaderClassName
{
color: #A2C43D;
}
.AnyTagClassName
{
color: #A2C43D;
}
</style>
background-color css
<style>
a { background-color: #A2C43D; }
a { background-color: rgb(162,196,61); }
div.DivClassName
{
background-color: #A2C43D;
}
.BgClassName
{
background-color: #A2C43D;
}
</style>
border-color css
<style>
span { border-color: #A2C43D; }
span { border-color: rgb(162,196,61); }
td.TdClassName
{
border-color: #A2C43D;
}
.TagClassName
{
border-color: #A2C43D;
}
</style>