Shades of Atlantis #A0CA40
Tints of Atlantis #A0CA40
RGB
CMYK
RGB Variations
Color information
#A0CA40 (or 0xA0CA40) is known color: Atlantis. HEX triplet: A0, CA and 40. RGB value is (160,202,64). Sum of RGB (Red+Green+Blue) = 160+202+64=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA40 is #5F35BF. Grayscale: #AEAEAE. Windows color (decimal): -6239680 or 4246176. OLE color: 4246176.
HSL color Cylindrical-coordinate representation of color #A0CA40: hue angle of 78.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0CA40 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 64 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.21 |
| HSL | 78.26º | 0.57% | 0.52% | - |
| HSV(B) | 78.26º | 0.68% | 0.79% | - |
| XYZ | 36.54 | 50.08 | 12.59 | - |
| YUV | 173.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 64 | 0.21 | 0 | 0.68 | 0.21 | 78.26 | 0.57 | 0.52 |
| Hex | A0 | CA | 40 | 15 | 0 | 44 | 15 | 4E | 39 | 34 |
| Octal | 240 | 312 | 100 | 25 | 0 | 104 | 25 | 116 | 71 | 64 |
| Binary | 10100000 | 11001010 | 1000000 | 10101 | 0 | 1000100 | 10101 | 1001110 | 111001 | 110100 |
Color Harmonies of #A0CA40
Complementary color
Monochromatic Colors of #A0CA40
Black with #A0CA40
Text Example
Text Example
White with #A0CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA40; }
p { color: rgb(160,202,64); }
H1.HeaderClassName
{
color: #A0CA40;
}
.AnyTagClassName
{
color: #A0CA40;
}
</style>
background-color css
<style>
a { background-color: #A0CA40; }
a { background-color: rgb(160,202,64); }
div.DivClassName
{
background-color: #A0CA40;
}
.BgClassName
{
background-color: #A0CA40;
}
</style>
border-color css
<style>
span { border-color: #A0CA40; }
span { border-color: rgb(160,202,64); }
td.TdClassName
{
border-color: #A0CA40;
}
.TagClassName
{
border-color: #A0CA40;
}
</style>