Shades of Conifer #90F34F
Tints of Conifer #90F34F
RGB
CMYK
RGB Variations
Color information
#90F34F (or 0x90F34F) is known color: Conifer. HEX triplet: 90, F3 and 4F. RGB value is (144,243,79). Sum of RGB (Red+Green+Blue) = 144+243+79=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #90F34F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F34F is #6F0CB0. Grayscale: #C3C3C3. Windows color (decimal): -7277745 or 5239696. OLE color: 5239696.
HSL color Cylindrical-coordinate representation of color #90F34F: hue angle of 96.22º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90F34F is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 79 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.05 |
| HSL | 96.22º | 0.87% | 0.63% | - |
| HSV(B) | 96.22º | 0.67% | 0.95% | - |
| XYZ | 44.96 | 70.59 | 18.65 | - |
| YUV | 194.7 | 62.7 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 79 | 0.41 | 0 | 0.67 | 0.05 | 96.22 | 0.87 | 0.63 |
| Hex | 90 | F3 | 4F | 29 | 0 | 43 | 5 | 60 | 57 | 3F |
| Octal | 220 | 363 | 117 | 51 | 0 | 103 | 5 | 140 | 127 | 77 |
| Binary | 10010000 | 11110011 | 1001111 | 101001 | 0 | 1000011 | 101 | 1100000 | 1010111 | 111111 |
Color Harmonies of #90F34F
Complementary color
Monochromatic Colors of #90F34F
Black with #90F34F
Text Example
Text Example
White with #90F34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F34F; }
p { color: rgb(144,243,79); }
H1.HeaderClassName
{
color: #90F34F;
}
.AnyTagClassName
{
color: #90F34F;
}
</style>
background-color css
<style>
a { background-color: #90F34F; }
a { background-color: rgb(144,243,79); }
div.DivClassName
{
background-color: #90F34F;
}
.BgClassName
{
background-color: #90F34F;
}
</style>
border-color css
<style>
span { border-color: #90F34F; }
span { border-color: rgb(144,243,79); }
td.TdClassName
{
border-color: #90F34F;
}
.TagClassName
{
border-color: #90F34F;
}
</style>