Shades of Atlantis #A0CF4F
Tints of Atlantis #A0CF4F
RGB
CMYK
RGB Variations
Color information
#A0CF4F (or 0xA0CF4F) is known color: Atlantis. HEX triplet: A0, CF and 4F. RGB value is (160,207,79). Sum of RGB (Red+Green+Blue) = 160+207+79=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF4F is #5F30B0. Grayscale: #B2B2B2. Windows color (decimal): -6238385 or 5230496. OLE color: 5230496.
HSL color Cylindrical-coordinate representation of color #A0CF4F: hue angle of 82.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0CF4F is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 79 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.19 |
| HSL | 82.03º | 0.57% | 0.56% | - |
| HSV(B) | 82.03º | 0.62% | 0.81% | - |
| XYZ | 38.22 | 52.66 | 15.55 | - |
| YUV | 178.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 79 | 0.23 | 0 | 0.62 | 0.19 | 82.03 | 0.57 | 0.56 |
| Hex | A0 | CF | 4F | 17 | 0 | 3E | 13 | 52 | 39 | 38 |
| Octal | 240 | 317 | 117 | 27 | 0 | 76 | 23 | 122 | 71 | 70 |
| Binary | 10100000 | 11001111 | 1001111 | 10111 | 0 | 111110 | 10011 | 1010010 | 111001 | 111000 |
Color Harmonies of #A0CF4F
Complementary color
Monochromatic Colors of #A0CF4F
Black with #A0CF4F
Text Example
Text Example
White with #A0CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF4F; }
p { color: rgb(160,207,79); }
H1.HeaderClassName
{
color: #A0CF4F;
}
.AnyTagClassName
{
color: #A0CF4F;
}
</style>
background-color css
<style>
a { background-color: #A0CF4F; }
a { background-color: rgb(160,207,79); }
div.DivClassName
{
background-color: #A0CF4F;
}
.BgClassName
{
background-color: #A0CF4F;
}
</style>
border-color css
<style>
span { border-color: #A0CF4F; }
span { border-color: rgb(160,207,79); }
td.TdClassName
{
border-color: #A0CF4F;
}
.TagClassName
{
border-color: #A0CF4F;
}
</style>