Shades of Atlantis #A0CB3E
Tints of Atlantis #A0CB3E
RGB
CMYK
RGB Variations
Color information
#A0CB3E (or 0xA0CB3E) is known color: Atlantis. HEX triplet: A0, CB and 3E. RGB value is (160,203,62). Sum of RGB (Red+Green+Blue) = 160+203+62=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB3E is #5F34C1. Grayscale: #AEAEAE. Windows color (decimal): -6239426 or 4115360. OLE color: 4115360.
HSL color Cylindrical-coordinate representation of color #A0CB3E: hue angle of 78.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0CB3E is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 62 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.20 |
| HSL | 78.3º | 0.58% | 0.52% | - |
| HSV(B) | 78.3º | 0.69% | 0.8% | - |
| XYZ | 36.72 | 50.53 | 12.38 | - |
| YUV | 174.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 62 | 0.21 | 0 | 0.69 | 0.20 | 78.3 | 0.58 | 0.52 |
| Hex | A0 | CB | 3E | 15 | 0 | 45 | 14 | 4E | 3A | 34 |
| Octal | 240 | 313 | 76 | 25 | 0 | 105 | 24 | 116 | 72 | 64 |
| Binary | 10100000 | 11001011 | 111110 | 10101 | 0 | 1000101 | 10100 | 1001110 | 111010 | 110100 |
Color Harmonies of #A0CB3E
Complementary color
Monochromatic Colors of #A0CB3E
Black with #A0CB3E
Text Example
Text Example
White with #A0CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB3E; }
p { color: rgb(160,203,62); }
H1.HeaderClassName
{
color: #A0CB3E;
}
.AnyTagClassName
{
color: #A0CB3E;
}
</style>
background-color css
<style>
a { background-color: #A0CB3E; }
a { background-color: rgb(160,203,62); }
div.DivClassName
{
background-color: #A0CB3E;
}
.BgClassName
{
background-color: #A0CB3E;
}
</style>
border-color css
<style>
span { border-color: #A0CB3E; }
span { border-color: rgb(160,203,62); }
td.TdClassName
{
border-color: #A0CB3E;
}
.TagClassName
{
border-color: #A0CB3E;
}
</style>