Shades of Atlantis #A2C03C
Tints of Atlantis #A2C03C
RGB
CMYK
RGB Variations
Color information
#A2C03C (or 0xA2C03C) is known color: Atlantis. HEX triplet: A2, C0 and 3C. RGB value is (162,192,60). Sum of RGB (Red+Green+Blue) = 162+192+60=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C03C is #5D3FC3. Grayscale: #A8A8A8. Windows color (decimal): -6111172 or 3981474. OLE color: 3981474.
HSL color Cylindrical-coordinate representation of color #A2C03C: hue angle of 73.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2C03C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 60 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.25 |
| HSL | 73.64º | 0.52% | 0.49% | - |
| HSV(B) | 73.64º | 0.69% | 0.75% | - |
| XYZ | 34.57 | 45.71 | 11.28 | - |
| YUV | 167.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 60 | 0.16 | 0 | 0.69 | 0.25 | 73.64 | 0.52 | 0.49 |
| Hex | A2 | C0 | 3C | 10 | 0 | 45 | 19 | 4A | 34 | 31 |
| Octal | 242 | 300 | 74 | 20 | 0 | 105 | 31 | 112 | 64 | 61 |
| Binary | 10100010 | 11000000 | 111100 | 10000 | 0 | 1000101 | 11001 | 1001010 | 110100 | 110001 |
Color Harmonies of #A2C03C
Complementary color
Monochromatic Colors of #A2C03C
Black with #A2C03C
Text Example
Text Example
White with #A2C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C03C; }
p { color: rgb(162,192,60); }
H1.HeaderClassName
{
color: #A2C03C;
}
.AnyTagClassName
{
color: #A2C03C;
}
</style>
background-color css
<style>
a { background-color: #A2C03C; }
a { background-color: rgb(162,192,60); }
div.DivClassName
{
background-color: #A2C03C;
}
.BgClassName
{
background-color: #A2C03C;
}
</style>
border-color css
<style>
span { border-color: #A2C03C; }
span { border-color: rgb(162,192,60); }
td.TdClassName
{
border-color: #A2C03C;
}
.TagClassName
{
border-color: #A2C03C;
}
</style>