Shades of Atlantis #A0CA4B
Tints of Atlantis #A0CA4B
RGB
CMYK
RGB Variations
Color information
#A0CA4B (or 0xA0CA4B) is known color: Atlantis. HEX triplet: A0, CA and 4B. RGB value is (160,202,75). Sum of RGB (Red+Green+Blue) = 160+202+75=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA4B is #5F35B4. Grayscale: #AFAFAF. Windows color (decimal): -6239669 or 4967072. OLE color: 4967072.
HSL color Cylindrical-coordinate representation of color #A0CA4B: hue angle of 79.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0CA4B is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 75 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.21 |
| HSL | 79.84º | 0.55% | 0.54% | - |
| HSV(B) | 79.84º | 0.63% | 0.79% | - |
| XYZ | 36.89 | 50.22 | 14.41 | - |
| YUV | 174.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 75 | 0.21 | 0 | 0.63 | 0.21 | 79.84 | 0.55 | 0.54 |
| Hex | A0 | CA | 4B | 15 | 0 | 3F | 15 | 50 | 37 | 36 |
| Octal | 240 | 312 | 113 | 25 | 0 | 77 | 25 | 120 | 67 | 66 |
| Binary | 10100000 | 11001010 | 1001011 | 10101 | 0 | 111111 | 10101 | 1010000 | 110111 | 110110 |
Color Harmonies of #A0CA4B
Complementary color
Monochromatic Colors of #A0CA4B
Black with #A0CA4B
Text Example
Text Example
White with #A0CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA4B; }
p { color: rgb(160,202,75); }
H1.HeaderClassName
{
color: #A0CA4B;
}
.AnyTagClassName
{
color: #A0CA4B;
}
</style>
background-color css
<style>
a { background-color: #A0CA4B; }
a { background-color: rgb(160,202,75); }
div.DivClassName
{
background-color: #A0CA4B;
}
.BgClassName
{
background-color: #A0CA4B;
}
</style>
border-color css
<style>
span { border-color: #A0CA4B; }
span { border-color: rgb(160,202,75); }
td.TdClassName
{
border-color: #A0CA4B;
}
.TagClassName
{
border-color: #A0CA4B;
}
</style>