Shades of Conifer #90F05A
Tints of Conifer #90F05A
RGB
CMYK
RGB Variations
Color information
#90F05A (or 0x90F05A) is known color: Conifer. HEX triplet: 90, F0 and 5A. RGB value is (144,240,90). Sum of RGB (Red+Green+Blue) = 144+240+90=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #90F05A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F05A is #6F0FA5. Grayscale: #C2C2C2. Windows color (decimal): -7278502 or 5959824. OLE color: 5959824.
HSL color Cylindrical-coordinate representation of color #90F05A: hue angle of 98.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90F05A is Cyan = 0.4, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 240 | 90 | - |
| CMYK | 0.4 | 0 | 0.62 | 0.06 |
| HSL | 98.4º | 0.83% | 0.65% | - |
| HSV(B) | 98.4º | 0.63% | 0.94% | - |
| XYZ | 44.51 | 68.99 | 20.64 | - |
| YUV | 194.2 | 69.2 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 240 | 90 | 0.4 | 0 | 0.62 | 0.06 | 98.4 | 0.83 | 0.65 |
| Hex | 90 | F0 | 5A | 28 | 0 | 3E | 6 | 62 | 53 | 41 |
| Octal | 220 | 360 | 132 | 50 | 0 | 76 | 6 | 142 | 123 | 101 |
| Binary | 10010000 | 11110000 | 1011010 | 101000 | 0 | 111110 | 110 | 1100010 | 1010011 | 1000001 |
Color Harmonies of #90F05A
Complementary color
Monochromatic Colors of #90F05A
Black with #90F05A
Text Example
Text Example
White with #90F05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F05A; }
p { color: rgb(144,240,90); }
H1.HeaderClassName
{
color: #90F05A;
}
.AnyTagClassName
{
color: #90F05A;
}
</style>
background-color css
<style>
a { background-color: #90F05A; }
a { background-color: rgb(144,240,90); }
div.DivClassName
{
background-color: #90F05A;
}
.BgClassName
{
background-color: #90F05A;
}
</style>
border-color css
<style>
span { border-color: #90F05A; }
span { border-color: rgb(144,240,90); }
td.TdClassName
{
border-color: #90F05A;
}
.TagClassName
{
border-color: #90F05A;
}
</style>