Shades of Conifer #90F154
Tints of Conifer #90F154
RGB
CMYK
RGB Variations
Color information
#90F154 (or 0x90F154) is known color: Conifer. HEX triplet: 90, F1 and 54. RGB value is (144,241,84). Sum of RGB (Red+Green+Blue) = 144+241+84=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #90F154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F154 is #6F0EAB. Grayscale: #C2C2C2. Windows color (decimal): -7278252 or 5566864. OLE color: 5566864.
HSL color Cylindrical-coordinate representation of color #90F154: hue angle of 97.07º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90F154 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 241 | 84 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.05 |
| HSL | 97.07º | 0.85% | 0.64% | - |
| HSV(B) | 97.07º | 0.65% | 0.95% | - |
| XYZ | 44.56 | 69.48 | 19.45 | - |
| YUV | 194.1 | 65.86 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 84 | 0.40 | 0 | 0.65 | 0.05 | 97.07 | 0.85 | 0.64 |
| Hex | 90 | F1 | 54 | 28 | 0 | 41 | 5 | 61 | 55 | 40 |
| Octal | 220 | 361 | 124 | 50 | 0 | 101 | 5 | 141 | 125 | 100 |
| Binary | 10010000 | 11110001 | 1010100 | 101000 | 0 | 1000001 | 101 | 1100001 | 1010101 | 1000000 |
Color Harmonies of #90F154
Complementary color
Monochromatic Colors of #90F154
Black with #90F154
Text Example
Text Example
White with #90F154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F154; }
p { color: rgb(144,241,84); }
H1.HeaderClassName
{
color: #90F154;
}
.AnyTagClassName
{
color: #90F154;
}
</style>
background-color css
<style>
a { background-color: #90F154; }
a { background-color: rgb(144,241,84); }
div.DivClassName
{
background-color: #90F154;
}
.BgClassName
{
background-color: #90F154;
}
</style>
border-color css
<style>
span { border-color: #90F154; }
span { border-color: rgb(144,241,84); }
td.TdClassName
{
border-color: #90F154;
}
.TagClassName
{
border-color: #90F154;
}
</style>