Shades of Citrus #90BD0F
Tints of Citrus #90BD0F
RGB
CMYK
RGB Variations
Color information
#90BD0F (or 0x90BD0F) is known color: Citrus. HEX triplet: 90, BD and 0F. RGB value is (144,189,15). Sum of RGB (Red+Green+Blue) = 144+189+15=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD0F is #6F42F0. Grayscale: #9C9C9C. Windows color (decimal): -7291633 or 1031568. OLE color: 1031568.
HSL color Cylindrical-coordinate representation of color #90BD0F: hue angle of 75.52º degrees, saturation: 0.85, 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 #90BD0F is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 15 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.26 |
| HSL | 75.52º | 0.85% | 0.4% | - |
| HSV(B) | 75.52º | 0.92% | 0.74% | - |
| XYZ | 29.79 | 42.36 | 7.06 | - |
| YUV | 155.71 | 48.59 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 15 | 0.24 | 0 | 0.92 | 0.26 | 75.52 | 0.85 | 0.4 |
| Hex | 90 | BD | F | 18 | 0 | 5C | 1A | 4C | 55 | 28 |
| Octal | 220 | 275 | 17 | 30 | 0 | 134 | 32 | 114 | 125 | 50 |
| Binary | 10010000 | 10111101 | 1111 | 11000 | 0 | 1011100 | 11010 | 1001100 | 1010101 | 101000 |
Color Harmonies of #90BD0F
Complementary color
Monochromatic Colors of #90BD0F
Black with #90BD0F
Text Example
Text Example
White with #90BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD0F; }
p { color: rgb(144,189,15); }
H1.HeaderClassName
{
color: #90BD0F;
}
.AnyTagClassName
{
color: #90BD0F;
}
</style>
background-color css
<style>
a { background-color: #90BD0F; }
a { background-color: rgb(144,189,15); }
div.DivClassName
{
background-color: #90BD0F;
}
.BgClassName
{
background-color: #90BD0F;
}
</style>
border-color css
<style>
span { border-color: #90BD0F; }
span { border-color: rgb(144,189,15); }
td.TdClassName
{
border-color: #90BD0F;
}
.TagClassName
{
border-color: #90BD0F;
}
</style>