Shades of Citrus #90BA15
Tints of Citrus #90BA15
RGB
CMYK
RGB Variations
Color information
#90BA15 (or 0x90BA15) is known color: Citrus. HEX triplet: 90, BA and 15. RGB value is (144,186,21). Sum of RGB (Red+Green+Blue) = 144+186+21=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA15 is #6F45EA. Grayscale: #9B9B9B. Windows color (decimal): -7292395 or 1424016. OLE color: 1424016.
HSL color Cylindrical-coordinate representation of color #90BA15: hue angle of 75.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90BA15 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 21 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.27 |
| HSL | 75.27º | 0.8% | 0.41% | - |
| HSV(B) | 75.27º | 0.89% | 0.73% | - |
| XYZ | 29.2 | 41.1 | 7.1 | - |
| YUV | 154.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 21 | 0.23 | 0 | 0.89 | 0.27 | 75.27 | 0.8 | 0.41 |
| Hex | 90 | BA | 15 | 17 | 0 | 59 | 1B | 4B | 50 | 29 |
| Octal | 220 | 272 | 25 | 27 | 0 | 131 | 33 | 113 | 120 | 51 |
| Binary | 10010000 | 10111010 | 10101 | 10111 | 0 | 1011001 | 11011 | 1001011 | 1010000 | 101001 |
Color Harmonies of #90BA15
Complementary color
Monochromatic Colors of #90BA15
Black with #90BA15
Text Example
Text Example
White with #90BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA15; }
p { color: rgb(144,186,21); }
H1.HeaderClassName
{
color: #90BA15;
}
.AnyTagClassName
{
color: #90BA15;
}
</style>
background-color css
<style>
a { background-color: #90BA15; }
a { background-color: rgb(144,186,21); }
div.DivClassName
{
background-color: #90BA15;
}
.BgClassName
{
background-color: #90BA15;
}
</style>
border-color css
<style>
span { border-color: #90BA15; }
span { border-color: rgb(144,186,21); }
td.TdClassName
{
border-color: #90BA15;
}
.TagClassName
{
border-color: #90BA15;
}
</style>