Shades of Atlantis #A0CF40
Tints of Atlantis #A0CF40
RGB
CMYK
RGB Variations
Color information
#A0CF40 (or 0xA0CF40) is known color: Atlantis. HEX triplet: A0, CF and 40. RGB value is (160,207,64). Sum of RGB (Red+Green+Blue) = 160+207+64=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF40 is #5F30BF. Grayscale: #B1B1B1. Windows color (decimal): -6238400 or 4247456. OLE color: 4247456.
HSL color Cylindrical-coordinate representation of color #A0CF40: hue angle of 79.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0CF40 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 64 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.19 |
| HSL | 79.72º | 0.6% | 0.53% | - |
| HSV(B) | 79.72º | 0.69% | 0.81% | - |
| XYZ | 37.74 | 52.47 | 12.99 | - |
| YUV | 176.65 | 64.43 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 64 | 0.23 | 0 | 0.69 | 0.19 | 79.72 | 0.6 | 0.53 |
| Hex | A0 | CF | 40 | 17 | 0 | 45 | 13 | 50 | 3C | 35 |
| Octal | 240 | 317 | 100 | 27 | 0 | 105 | 23 | 120 | 74 | 65 |
| Binary | 10100000 | 11001111 | 1000000 | 10111 | 0 | 1000101 | 10011 | 1010000 | 111100 | 110101 |
Color Harmonies of #A0CF40
Complementary color
Monochromatic Colors of #A0CF40
Black with #A0CF40
Text Example
Text Example
White with #A0CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF40; }
p { color: rgb(160,207,64); }
H1.HeaderClassName
{
color: #A0CF40;
}
.AnyTagClassName
{
color: #A0CF40;
}
</style>
background-color css
<style>
a { background-color: #A0CF40; }
a { background-color: rgb(160,207,64); }
div.DivClassName
{
background-color: #A0CF40;
}
.BgClassName
{
background-color: #A0CF40;
}
</style>
border-color css
<style>
span { border-color: #A0CF40; }
span { border-color: rgb(160,207,64); }
td.TdClassName
{
border-color: #A0CF40;
}
.TagClassName
{
border-color: #A0CF40;
}
</style>