Shades of Citrus #90BD10
Tints of Citrus #90BD10
RGB
CMYK
RGB Variations
Color information
#90BD10 (or 0x90BD10) is known color: Citrus. HEX triplet: 90, BD and 10. RGB value is (144,189,16). Sum of RGB (Red+Green+Blue) = 144+189+16=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD10 is #6F42EF. Grayscale: #9C9C9C. Windows color (decimal): -7291632 or 1097104. OLE color: 1097104.
HSL color Cylindrical-coordinate representation of color #90BD10: hue angle of 75.61º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90BD10 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 16 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.26 |
| HSL | 75.61º | 0.84% | 0.4% | - |
| HSV(B) | 75.61º | 0.92% | 0.74% | - |
| XYZ | 29.79 | 42.36 | 7.1 | - |
| YUV | 155.82 | 49.09 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 16 | 0.24 | 0 | 0.92 | 0.26 | 75.61 | 0.84 | 0.4 |
| Hex | 90 | BD | 10 | 18 | 0 | 5C | 1A | 4C | 54 | 28 |
| Octal | 220 | 275 | 20 | 30 | 0 | 134 | 32 | 114 | 124 | 50 |
| Binary | 10010000 | 10111101 | 10000 | 11000 | 0 | 1011100 | 11010 | 1001100 | 1010100 | 101000 |
Color Harmonies of #90BD10
Complementary color
Monochromatic Colors of #90BD10
Black with #90BD10
Text Example
Text Example
White with #90BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD10; }
p { color: rgb(144,189,16); }
H1.HeaderClassName
{
color: #90BD10;
}
.AnyTagClassName
{
color: #90BD10;
}
</style>
background-color css
<style>
a { background-color: #90BD10; }
a { background-color: rgb(144,189,16); }
div.DivClassName
{
background-color: #90BD10;
}
.BgClassName
{
background-color: #90BD10;
}
</style>
border-color css
<style>
span { border-color: #90BD10; }
span { border-color: rgb(144,189,16); }
td.TdClassName
{
border-color: #90BD10;
}
.TagClassName
{
border-color: #90BD10;
}
</style>