Shades of Atlantis #A0CB4F
Tints of Atlantis #A0CB4F
RGB
CMYK
RGB Variations
Color information
#A0CB4F (or 0xA0CB4F) is known color: Atlantis. HEX triplet: A0, CB and 4F. RGB value is (160,203,79). Sum of RGB (Red+Green+Blue) = 160+203+79=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB4F is #5F34B0. Grayscale: #B0B0B0. Windows color (decimal): -6239409 or 5229472. OLE color: 5229472.
HSL color Cylindrical-coordinate representation of color #A0CB4F: hue angle of 80.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0CB4F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 79 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.20 |
| HSL | 80.81º | 0.54% | 0.55% | - |
| HSV(B) | 80.81º | 0.61% | 0.8% | - |
| XYZ | 37.26 | 50.75 | 15.23 | - |
| YUV | 176.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 79 | 0.21 | 0 | 0.61 | 0.20 | 80.81 | 0.54 | 0.55 |
| Hex | A0 | CB | 4F | 15 | 0 | 3D | 14 | 51 | 36 | 37 |
| Octal | 240 | 313 | 117 | 25 | 0 | 75 | 24 | 121 | 66 | 67 |
| Binary | 10100000 | 11001011 | 1001111 | 10101 | 0 | 111101 | 10100 | 1010001 | 110110 | 110111 |
Color Harmonies of #A0CB4F
Complementary color
Monochromatic Colors of #A0CB4F
Black with #A0CB4F
Text Example
Text Example
White with #A0CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB4F; }
p { color: rgb(160,203,79); }
H1.HeaderClassName
{
color: #A0CB4F;
}
.AnyTagClassName
{
color: #A0CB4F;
}
</style>
background-color css
<style>
a { background-color: #A0CB4F; }
a { background-color: rgb(160,203,79); }
div.DivClassName
{
background-color: #A0CB4F;
}
.BgClassName
{
background-color: #A0CB4F;
}
</style>
border-color css
<style>
span { border-color: #A0CB4F; }
span { border-color: rgb(160,203,79); }
td.TdClassName
{
border-color: #A0CB4F;
}
.TagClassName
{
border-color: #A0CB4F;
}
</style>