Shades of Atlantis #A0C83B
Tints of Atlantis #A0C83B
RGB
CMYK
RGB Variations
Color information
#A0C83B (or 0xA0C83B) is known color: Atlantis. HEX triplet: A0, C8 and 3B. RGB value is (160,200,59). Sum of RGB (Red+Green+Blue) = 160+200+59=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C83B is #5F37C4. Grayscale: #ACACAC. Windows color (decimal): -6240197 or 3917984. OLE color: 3917984.
HSL color Cylindrical-coordinate representation of color #A0C83B: hue angle of 77.02º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0C83B is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 59 | - |
| CMYK | 0.2 | 0 | 0.70 | 0.22 |
| HSL | 77.02º | 0.56% | 0.51% | - |
| HSV(B) | 77.02º | 0.71% | 0.78% | - |
| XYZ | 35.94 | 49.1 | 11.72 | - |
| YUV | 171.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 59 | 0.2 | 0 | 0.70 | 0.22 | 77.02 | 0.56 | 0.51 |
| Hex | A0 | C8 | 3B | 14 | 0 | 46 | 16 | 4D | 38 | 33 |
| Octal | 240 | 310 | 73 | 24 | 0 | 106 | 26 | 115 | 70 | 63 |
| Binary | 10100000 | 11001000 | 111011 | 10100 | 0 | 1000110 | 10110 | 1001101 | 111000 | 110011 |
Color Harmonies of #A0C83B
Complementary color
Monochromatic Colors of #A0C83B
Black with #A0C83B
Text Example
Text Example
White with #A0C83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C83B; }
p { color: rgb(160,200,59); }
H1.HeaderClassName
{
color: #A0C83B;
}
.AnyTagClassName
{
color: #A0C83B;
}
</style>
background-color css
<style>
a { background-color: #A0C83B; }
a { background-color: rgb(160,200,59); }
div.DivClassName
{
background-color: #A0C83B;
}
.BgClassName
{
background-color: #A0C83B;
}
</style>
border-color css
<style>
span { border-color: #A0C83B; }
span { border-color: rgb(160,200,59); }
td.TdClassName
{
border-color: #A0C83B;
}
.TagClassName
{
border-color: #A0C83B;
}
</style>