Shades of Conifer #A5F151
Tints of Conifer #A5F151
RGB
CMYK
RGB Variations
Color information
#A5F151 (or 0xA5F151) is known color: Conifer. HEX triplet: A5, F1 and 51. RGB value is (165,241,81). Sum of RGB (Red+Green+Blue) = 165+241+81=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F151 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F151 is #5A0EAE. Grayscale: #C8C8C8. Windows color (decimal): -5901999 or 5370277. OLE color: 5370277.
HSL color Cylindrical-coordinate representation of color #A5F151: hue angle of 88.5º 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 #A5F151 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 81 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.05 |
| HSL | 88.5º | 0.85% | 0.63% | - |
| HSV(B) | 88.5º | 0.66% | 0.95% | - |
| XYZ | 48.46 | 71.5 | 19.03 | - |
| YUV | 200.04 | 60.82 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 81 | 0.32 | 0 | 0.66 | 0.05 | 88.5 | 0.85 | 0.63 |
| Hex | A5 | F1 | 51 | 20 | 0 | 42 | 5 | 58 | 55 | 3F |
| Octal | 245 | 361 | 121 | 40 | 0 | 102 | 5 | 130 | 125 | 77 |
| Binary | 10100101 | 11110001 | 1010001 | 100000 | 0 | 1000010 | 101 | 1011000 | 1010101 | 111111 |
Color Harmonies of #A5F151
Complementary color
Monochromatic Colors of #A5F151
Black with #A5F151
Text Example
Text Example
White with #A5F151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F151; }
p { color: rgb(165,241,81); }
H1.HeaderClassName
{
color: #A5F151;
}
.AnyTagClassName
{
color: #A5F151;
}
</style>
background-color css
<style>
a { background-color: #A5F151; }
a { background-color: rgb(165,241,81); }
div.DivClassName
{
background-color: #A5F151;
}
.BgClassName
{
background-color: #A5F151;
}
</style>
border-color css
<style>
span { border-color: #A5F151; }
span { border-color: rgb(165,241,81); }
td.TdClassName
{
border-color: #A5F151;
}
.TagClassName
{
border-color: #A5F151;
}
</style>