Shades of Atlantis #A2C23C
Tints of Atlantis #A2C23C
RGB
CMYK
RGB Variations
Color information
#A2C23C (or 0xA2C23C) is known color: Atlantis. HEX triplet: A2, C2 and 3C. RGB value is (162,194,60). Sum of RGB (Red+Green+Blue) = 162+194+60=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C23C is #5D3DC3. Grayscale: #A9A9A9. Windows color (decimal): -6110660 or 3981986. OLE color: 3981986.
HSL color Cylindrical-coordinate representation of color #A2C23C: hue angle of 74.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2C23C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 60 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.24 |
| HSL | 74.33º | 0.53% | 0.5% | - |
| HSV(B) | 74.33º | 0.69% | 0.76% | - |
| XYZ | 35.01 | 46.59 | 11.42 | - |
| YUV | 169.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 60 | 0.16 | 0 | 0.69 | 0.24 | 74.33 | 0.53 | 0.5 |
| Hex | A2 | C2 | 3C | 10 | 0 | 45 | 18 | 4A | 35 | 32 |
| Octal | 242 | 302 | 74 | 20 | 0 | 105 | 30 | 112 | 65 | 62 |
| Binary | 10100010 | 11000010 | 111100 | 10000 | 0 | 1000101 | 11000 | 1001010 | 110101 | 110010 |
Color Harmonies of #A2C23C
Complementary color
Monochromatic Colors of #A2C23C
Black with #A2C23C
Text Example
Text Example
White with #A2C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C23C; }
p { color: rgb(162,194,60); }
H1.HeaderClassName
{
color: #A2C23C;
}
.AnyTagClassName
{
color: #A2C23C;
}
</style>
background-color css
<style>
a { background-color: #A2C23C; }
a { background-color: rgb(162,194,60); }
div.DivClassName
{
background-color: #A2C23C;
}
.BgClassName
{
background-color: #A2C23C;
}
</style>
border-color css
<style>
span { border-color: #A2C23C; }
span { border-color: rgb(162,194,60); }
td.TdClassName
{
border-color: #A2C23C;
}
.TagClassName
{
border-color: #A2C23C;
}
</style>