Shades of Atlantis #A0C83F
Tints of Atlantis #A0C83F
RGB
CMYK
RGB Variations
Color information
#A0C83F (or 0xA0C83F) is known color: Atlantis. HEX triplet: A0, C8 and 3F. RGB value is (160,200,63). Sum of RGB (Red+Green+Blue) = 160+200+63=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C83F is #5F37C0. Grayscale: #ACACAC. Windows color (decimal): -6240193 or 4180128. OLE color: 4180128.
HSL color Cylindrical-coordinate representation of color #A0C83F: hue angle of 77.52º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C83F is Cyan = 0.2, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 63 | - |
| CMYK | 0.2 | 0 | 0.68 | 0.22 |
| HSL | 77.52º | 0.55% | 0.52% | - |
| HSV(B) | 77.52º | 0.69% | 0.78% | - |
| XYZ | 36.05 | 49.14 | 12.29 | - |
| YUV | 172.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 63 | 0.2 | 0 | 0.68 | 0.22 | 77.52 | 0.55 | 0.52 |
| Hex | A0 | C8 | 3F | 14 | 0 | 44 | 16 | 4E | 37 | 34 |
| Octal | 240 | 310 | 77 | 24 | 0 | 104 | 26 | 116 | 67 | 64 |
| Binary | 10100000 | 11001000 | 111111 | 10100 | 0 | 1000100 | 10110 | 1001110 | 110111 | 110100 |
Color Harmonies of #A0C83F
Complementary color
Monochromatic Colors of #A0C83F
Black with #A0C83F
Text Example
Text Example
White with #A0C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C83F; }
p { color: rgb(160,200,63); }
H1.HeaderClassName
{
color: #A0C83F;
}
.AnyTagClassName
{
color: #A0C83F;
}
</style>
background-color css
<style>
a { background-color: #A0C83F; }
a { background-color: rgb(160,200,63); }
div.DivClassName
{
background-color: #A0C83F;
}
.BgClassName
{
background-color: #A0C83F;
}
</style>
border-color css
<style>
span { border-color: #A0C83F; }
span { border-color: rgb(160,200,63); }
td.TdClassName
{
border-color: #A0C83F;
}
.TagClassName
{
border-color: #A0C83F;
}
</style>