Shades of Conifer #90F25C
Tints of Conifer #90F25C
RGB
CMYK
RGB Variations
Color information
#90F25C (or 0x90F25C) is known color: Conifer. HEX triplet: 90, F2 and 5C. RGB value is (144,242,92). Sum of RGB (Red+Green+Blue) = 144+242+92=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #90F25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F25C is #6F0DA3. Grayscale: #C4C4C4. Windows color (decimal): -7277988 or 6091408. OLE color: 6091408.
HSL color Cylindrical-coordinate representation of color #90F25C: hue angle of 99.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90F25C is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 92 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.05 |
| HSL | 99.2º | 0.85% | 0.65% | - |
| HSV(B) | 99.2º | 0.62% | 0.95% | - |
| XYZ | 45.19 | 70.21 | 21.29 | - |
| YUV | 195.6 | 69.53 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 92 | 0.40 | 0 | 0.62 | 0.05 | 99.2 | 0.85 | 0.65 |
| Hex | 90 | F2 | 5C | 28 | 0 | 3E | 5 | 63 | 55 | 41 |
| Octal | 220 | 362 | 134 | 50 | 0 | 76 | 5 | 143 | 125 | 101 |
| Binary | 10010000 | 11110010 | 1011100 | 101000 | 0 | 111110 | 101 | 1100011 | 1010101 | 1000001 |
Color Harmonies of #90F25C
Complementary color
Monochromatic Colors of #90F25C
Black with #90F25C
Text Example
Text Example
White with #90F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F25C; }
p { color: rgb(144,242,92); }
H1.HeaderClassName
{
color: #90F25C;
}
.AnyTagClassName
{
color: #90F25C;
}
</style>
background-color css
<style>
a { background-color: #90F25C; }
a { background-color: rgb(144,242,92); }
div.DivClassName
{
background-color: #90F25C;
}
.BgClassName
{
background-color: #90F25C;
}
</style>
border-color css
<style>
span { border-color: #90F25C; }
span { border-color: rgb(144,242,92); }
td.TdClassName
{
border-color: #90F25C;
}
.TagClassName
{
border-color: #90F25C;
}
</style>