Shades of Atlantis #A0C24B
Tints of Atlantis #A0C24B
RGB
CMYK
RGB Variations
Color information
#A0C24B (or 0xA0C24B) is known color: Atlantis. HEX triplet: A0, C2 and 4B. RGB value is (160,194,75). Sum of RGB (Red+Green+Blue) = 160+194+75=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C24B is #5F3DB4. Grayscale: #AAAAAA. Windows color (decimal): -6241717 or 4965024. OLE color: 4965024.
HSL color Cylindrical-coordinate representation of color #A0C24B: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0C24B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 75 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.24 |
| HSL | 77.14º | 0.49% | 0.53% | - |
| HSV(B) | 77.14º | 0.61% | 0.76% | - |
| XYZ | 35.06 | 46.57 | 13.8 | - |
| YUV | 170.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 75 | 0.18 | 0 | 0.61 | 0.24 | 77.14 | 0.49 | 0.53 |
| Hex | A0 | C2 | 4B | 12 | 0 | 3D | 18 | 4D | 31 | 35 |
| Octal | 240 | 302 | 113 | 22 | 0 | 75 | 30 | 115 | 61 | 65 |
| Binary | 10100000 | 11000010 | 1001011 | 10010 | 0 | 111101 | 11000 | 1001101 | 110001 | 110101 |
Color Harmonies of #A0C24B
Complementary color
Monochromatic Colors of #A0C24B
Black with #A0C24B
Text Example
Text Example
White with #A0C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C24B; }
p { color: rgb(160,194,75); }
H1.HeaderClassName
{
color: #A0C24B;
}
.AnyTagClassName
{
color: #A0C24B;
}
</style>
background-color css
<style>
a { background-color: #A0C24B; }
a { background-color: rgb(160,194,75); }
div.DivClassName
{
background-color: #A0C24B;
}
.BgClassName
{
background-color: #A0C24B;
}
</style>
border-color css
<style>
span { border-color: #A0C24B; }
span { border-color: rgb(160,194,75); }
td.TdClassName
{
border-color: #A0C24B;
}
.TagClassName
{
border-color: #A0C24B;
}
</style>