Shades of Atlantis #A0C84C
Tints of Atlantis #A0C84C
RGB
CMYK
RGB Variations
Color information
#A0C84C (or 0xA0C84C) is known color: Atlantis. HEX triplet: A0, C8 and 4C. RGB value is (160,200,76). Sum of RGB (Red+Green+Blue) = 160+200+76=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C84C is #5F37B3. Grayscale: #AEAEAE. Windows color (decimal): -6240180 or 5032096. OLE color: 5032096.
HSL color Cylindrical-coordinate representation of color #A0C84C: hue angle of 79.35º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0C84C is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 76 | - |
| CMYK | 0.2 | 0 | 0.62 | 0.22 |
| HSL | 79.35º | 0.53% | 0.54% | - |
| HSV(B) | 79.35º | 0.62% | 0.78% | - |
| XYZ | 36.46 | 49.3 | 14.43 | - |
| YUV | 173.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 76 | 0.2 | 0 | 0.62 | 0.22 | 79.35 | 0.53 | 0.54 |
| Hex | A0 | C8 | 4C | 14 | 0 | 3E | 16 | 4F | 35 | 36 |
| Octal | 240 | 310 | 114 | 24 | 0 | 76 | 26 | 117 | 65 | 66 |
| Binary | 10100000 | 11001000 | 1001100 | 10100 | 0 | 111110 | 10110 | 1001111 | 110101 | 110110 |
Color Harmonies of #A0C84C
Complementary color
Monochromatic Colors of #A0C84C
Black with #A0C84C
Text Example
Text Example
White with #A0C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C84C; }
p { color: rgb(160,200,76); }
H1.HeaderClassName
{
color: #A0C84C;
}
.AnyTagClassName
{
color: #A0C84C;
}
</style>
background-color css
<style>
a { background-color: #A0C84C; }
a { background-color: rgb(160,200,76); }
div.DivClassName
{
background-color: #A0C84C;
}
.BgClassName
{
background-color: #A0C84C;
}
</style>
border-color css
<style>
span { border-color: #A0C84C; }
span { border-color: rgb(160,200,76); }
td.TdClassName
{
border-color: #A0C84C;
}
.TagClassName
{
border-color: #A0C84C;
}
</style>