Shades of Atlantis #A0CB4B
Tints of Atlantis #A0CB4B
RGB
CMYK
RGB Variations
Color information
#A0CB4B (or 0xA0CB4B) is known color: Atlantis. HEX triplet: A0, CB and 4B. RGB value is (160,203,75). Sum of RGB (Red+Green+Blue) = 160+203+75=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB4B is #5F34B4. Grayscale: #B0B0B0. Windows color (decimal): -6239413 or 4967328. OLE color: 4967328.
HSL color Cylindrical-coordinate representation of color #A0CB4B: hue angle of 80.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0CB4B is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 75 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.20 |
| HSL | 80.16º | 0.55% | 0.55% | - |
| HSV(B) | 80.16º | 0.63% | 0.8% | - |
| XYZ | 37.12 | 50.69 | 14.48 | - |
| YUV | 175.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 75 | 0.21 | 0 | 0.63 | 0.20 | 80.16 | 0.55 | 0.55 |
| Hex | A0 | CB | 4B | 15 | 0 | 3F | 14 | 50 | 37 | 37 |
| Octal | 240 | 313 | 113 | 25 | 0 | 77 | 24 | 120 | 67 | 67 |
| Binary | 10100000 | 11001011 | 1001011 | 10101 | 0 | 111111 | 10100 | 1010000 | 110111 | 110111 |
Color Harmonies of #A0CB4B
Complementary color
Monochromatic Colors of #A0CB4B
Black with #A0CB4B
Text Example
Text Example
White with #A0CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB4B; }
p { color: rgb(160,203,75); }
H1.HeaderClassName
{
color: #A0CB4B;
}
.AnyTagClassName
{
color: #A0CB4B;
}
</style>
background-color css
<style>
a { background-color: #A0CB4B; }
a { background-color: rgb(160,203,75); }
div.DivClassName
{
background-color: #A0CB4B;
}
.BgClassName
{
background-color: #A0CB4B;
}
</style>
border-color css
<style>
span { border-color: #A0CB4B; }
span { border-color: rgb(160,203,75); }
td.TdClassName
{
border-color: #A0CB4B;
}
.TagClassName
{
border-color: #A0CB4B;
}
</style>