Shades of Conifer #A0F14D
Tints of Conifer #A0F14D
RGB
CMYK
RGB Variations
Color information
#A0F14D (or 0xA0F14D) is known color: Conifer. HEX triplet: A0, F1 and 4D. RGB value is (160,241,77). Sum of RGB (Red+Green+Blue) = 160+241+77=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F14D is #5F0EB2. Grayscale: #C6C6C6. Windows color (decimal): -6229683 or 5108128. OLE color: 5108128.
HSL color Cylindrical-coordinate representation of color #A0F14D: hue angle of 89.63º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0F14D is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 77 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.05 |
| HSL | 89.63º | 0.85% | 0.62% | - |
| HSV(B) | 89.63º | 0.68% | 0.95% | - |
| XYZ | 47.29 | 70.92 | 18.22 | - |
| YUV | 198.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 77 | 0.34 | 0 | 0.68 | 0.05 | 89.63 | 0.85 | 0.62 |
| Hex | A0 | F1 | 4D | 22 | 0 | 44 | 5 | 5A | 55 | 3E |
| Octal | 240 | 361 | 115 | 42 | 0 | 104 | 5 | 132 | 125 | 76 |
| Binary | 10100000 | 11110001 | 1001101 | 100010 | 0 | 1000100 | 101 | 1011010 | 1010101 | 111110 |
Color Harmonies of #A0F14D
Complementary color
Monochromatic Colors of #A0F14D
Black with #A0F14D
Text Example
Text Example
White with #A0F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F14D; }
p { color: rgb(160,241,77); }
H1.HeaderClassName
{
color: #A0F14D;
}
.AnyTagClassName
{
color: #A0F14D;
}
</style>
background-color css
<style>
a { background-color: #A0F14D; }
a { background-color: rgb(160,241,77); }
div.DivClassName
{
background-color: #A0F14D;
}
.BgClassName
{
background-color: #A0F14D;
}
</style>
border-color css
<style>
span { border-color: #A0F14D; }
span { border-color: rgb(160,241,77); }
td.TdClassName
{
border-color: #A0F14D;
}
.TagClassName
{
border-color: #A0F14D;
}
</style>