Shades of Conifer #A0EF64
Tints of Conifer #A0EF64
RGB
CMYK
RGB Variations
Color information
#A0EF64 (or 0xA0EF64) is known color: Conifer. HEX triplet: A0, EF and 64. RGB value is (160,239,100). Sum of RGB (Red+Green+Blue) = 160+239+100=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF64 is #5F109B. Grayscale: #C8C8C8. Windows color (decimal): -6230172 or 6614944. OLE color: 6614944.
HSL color Cylindrical-coordinate representation of color #A0EF64: hue angle of 94.1º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0EF64 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 100 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.06 |
| HSL | 94.1º | 0.81% | 0.66% | - |
| HSV(B) | 94.1º | 0.58% | 0.94% | - |
| XYZ | 47.66 | 70.13 | 23.08 | - |
| YUV | 199.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 100 | 0.33 | 0 | 0.58 | 0.06 | 94.1 | 0.81 | 0.66 |
| Hex | A0 | EF | 64 | 21 | 0 | 3A | 6 | 5E | 51 | 42 |
| Octal | 240 | 357 | 144 | 41 | 0 | 72 | 6 | 136 | 121 | 102 |
| Binary | 10100000 | 11101111 | 1100100 | 100001 | 0 | 111010 | 110 | 1011110 | 1010001 | 1000010 |
Color Harmonies of #A0EF64
Complementary color
Monochromatic Colors of #A0EF64
Black with #A0EF64
Text Example
Text Example
White with #A0EF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF64; }
p { color: rgb(160,239,100); }
H1.HeaderClassName
{
color: #A0EF64;
}
.AnyTagClassName
{
color: #A0EF64;
}
</style>
background-color css
<style>
a { background-color: #A0EF64; }
a { background-color: rgb(160,239,100); }
div.DivClassName
{
background-color: #A0EF64;
}
.BgClassName
{
background-color: #A0EF64;
}
</style>
border-color css
<style>
span { border-color: #A0EF64; }
span { border-color: rgb(160,239,100); }
td.TdClassName
{
border-color: #A0EF64;
}
.TagClassName
{
border-color: #A0EF64;
}
</style>