Shades of Conifer #A4F151
Tints of Conifer #A4F151
RGB
CMYK
RGB Variations
Color information
#A4F151 (or 0xA4F151) is known color: Conifer. HEX triplet: A4, F1 and 51. RGB value is (164,241,81). Sum of RGB (Red+Green+Blue) = 164+241+81=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F151 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F151 is #5B0EAE. Grayscale: #C8C8C8. Windows color (decimal): -5967535 or 5370276. OLE color: 5370276.
HSL color Cylindrical-coordinate representation of color #A4F151: hue angle of 88.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4F151 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 81 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.05 |
| HSL | 88.88º | 0.85% | 0.63% | - |
| HSV(B) | 88.88º | 0.66% | 0.95% | - |
| XYZ | 48.25 | 71.4 | 19.02 | - |
| YUV | 199.74 | 60.99 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 81 | 0.32 | 0 | 0.66 | 0.05 | 88.88 | 0.85 | 0.63 |
| Hex | A4 | F1 | 51 | 20 | 0 | 42 | 5 | 59 | 55 | 3F |
| Octal | 244 | 361 | 121 | 40 | 0 | 102 | 5 | 131 | 125 | 77 |
| Binary | 10100100 | 11110001 | 1010001 | 100000 | 0 | 1000010 | 101 | 1011001 | 1010101 | 111111 |
Color Harmonies of #A4F151
Complementary color
Monochromatic Colors of #A4F151
Black with #A4F151
Text Example
Text Example
White with #A4F151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F151; }
p { color: rgb(164,241,81); }
H1.HeaderClassName
{
color: #A4F151;
}
.AnyTagClassName
{
color: #A4F151;
}
</style>
background-color css
<style>
a { background-color: #A4F151; }
a { background-color: rgb(164,241,81); }
div.DivClassName
{
background-color: #A4F151;
}
.BgClassName
{
background-color: #A4F151;
}
</style>
border-color css
<style>
span { border-color: #A4F151; }
span { border-color: rgb(164,241,81); }
td.TdClassName
{
border-color: #A4F151;
}
.TagClassName
{
border-color: #A4F151;
}
</style>