Shades of Citrus #90BE10
Tints of Citrus #90BE10
RGB
CMYK
RGB Variations
Color information
#90BE10 (or 0x90BE10) is known color: Citrus. HEX triplet: 90, BE and 10. RGB value is (144,190,16). Sum of RGB (Red+Green+Blue) = 144+190+16=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BE10 is #6F41EF. Grayscale: #9D9D9D. Windows color (decimal): -7291376 or 1097360. OLE color: 1097360.
HSL color Cylindrical-coordinate representation of color #90BE10: hue angle of 75.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90BE10 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 16 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.25 |
| HSL | 75.86º | 0.84% | 0.4% | - |
| HSV(B) | 75.86º | 0.92% | 0.75% | - |
| XYZ | 30.01 | 42.79 | 7.17 | - |
| YUV | 156.41 | 48.76 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 16 | 0.24 | 0 | 0.92 | 0.25 | 75.86 | 0.84 | 0.4 |
| Hex | 90 | BE | 10 | 18 | 0 | 5C | 19 | 4C | 54 | 28 |
| Octal | 220 | 276 | 20 | 30 | 0 | 134 | 31 | 114 | 124 | 50 |
| Binary | 10010000 | 10111110 | 10000 | 11000 | 0 | 1011100 | 11001 | 1001100 | 1010100 | 101000 |
Color Harmonies of #90BE10
Complementary color
Monochromatic Colors of #90BE10
Black with #90BE10
Text Example
Text Example
White with #90BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE10; }
p { color: rgb(144,190,16); }
H1.HeaderClassName
{
color: #90BE10;
}
.AnyTagClassName
{
color: #90BE10;
}
</style>
background-color css
<style>
a { background-color: #90BE10; }
a { background-color: rgb(144,190,16); }
div.DivClassName
{
background-color: #90BE10;
}
.BgClassName
{
background-color: #90BE10;
}
</style>
border-color css
<style>
span { border-color: #90BE10; }
span { border-color: rgb(144,190,16); }
td.TdClassName
{
border-color: #90BE10;
}
.TagClassName
{
border-color: #90BE10;
}
</style>