Shades of Citrus #90BF16
Tints of Citrus #90BF16
RGB
CMYK
RGB Variations
Color information
#90BF16 (or 0x90BF16) is known color: Citrus. HEX triplet: 90, BF and 16. RGB value is (144,191,22). Sum of RGB (Red+Green+Blue) = 144+191+22=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF16 is #6F40E9. Grayscale: #9E9E9E. Windows color (decimal): -7291114 or 1490832. OLE color: 1490832.
HSL color Cylindrical-coordinate representation of color #90BF16: hue angle of 76.69º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90BF16 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 22 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.25 |
| HSL | 76.69º | 0.79% | 0.42% | - |
| HSV(B) | 76.69º | 0.88% | 0.75% | - |
| XYZ | 30.28 | 43.25 | 7.51 | - |
| YUV | 157.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 22 | 0.25 | 0 | 0.88 | 0.25 | 76.69 | 0.79 | 0.42 |
| Hex | 90 | BF | 16 | 19 | 0 | 58 | 19 | 4D | 4F | 2A |
| Octal | 220 | 277 | 26 | 31 | 0 | 130 | 31 | 115 | 117 | 52 |
| Binary | 10010000 | 10111111 | 10110 | 11001 | 0 | 1011000 | 11001 | 1001101 | 1001111 | 101010 |
Color Harmonies of #90BF16
Complementary color
Monochromatic Colors of #90BF16
Black with #90BF16
Text Example
Text Example
White with #90BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF16; }
p { color: rgb(144,191,22); }
H1.HeaderClassName
{
color: #90BF16;
}
.AnyTagClassName
{
color: #90BF16;
}
</style>
background-color css
<style>
a { background-color: #90BF16; }
a { background-color: rgb(144,191,22); }
div.DivClassName
{
background-color: #90BF16;
}
.BgClassName
{
background-color: #90BF16;
}
</style>
border-color css
<style>
span { border-color: #90BF16; }
span { border-color: rgb(144,191,22); }
td.TdClassName
{
border-color: #90BF16;
}
.TagClassName
{
border-color: #90BF16;
}
</style>