Shades of Citrus #90B400
Tints of Citrus #90B400
RGB
CMYK
RGB Variations
Color information
#90B400 (or 0x90B400) is known color: Citrus. HEX triplet: 90, B4 and 00. RGB value is (144,180,0). Sum of RGB (Red+Green+Blue) = 144+180+0=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #90B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B400 is #6F4BFF. Grayscale: #959595. Windows color (decimal): -7293952 or 46224. OLE color: 46224.
HSL color Cylindrical-coordinate representation of color #90B400: hue angle of 72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90B400 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 0 | - |
| CMYK | 0.2 | 0 | 1 | 0.29 |
| HSL | 72º | 1% | 0.35% | - |
| HSV(B) | 72º | 1% | 0.71% | - |
| XYZ | 27.82 | 38.57 | 5.98 | - |
| YUV | 148.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 0 | 0.2 | 0 | 1 | 0.29 | 72 | 1 | 0.35 |
| Hex | 90 | B4 | 0 | 14 | 0 | 64 | 1D | 48 | 64 | 23 |
| Octal | 220 | 264 | 0 | 24 | 0 | 144 | 35 | 110 | 144 | 43 |
| Binary | 10010000 | 10110100 | 0 | 10100 | 0 | 1100100 | 11101 | 1001000 | 1100100 | 100011 |
Color Harmonies of #90B400
Complementary color
Monochromatic Colors of #90B400
Black with #90B400
Text Example
Text Example
White with #90B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B400; }
p { color: rgb(144,180,0); }
H1.HeaderClassName
{
color: #90B400;
}
.AnyTagClassName
{
color: #90B400;
}
</style>
background-color css
<style>
a { background-color: #90B400; }
a { background-color: rgb(144,180,0); }
div.DivClassName
{
background-color: #90B400;
}
.BgClassName
{
background-color: #90B400;
}
</style>
border-color css
<style>
span { border-color: #90B400; }
span { border-color: rgb(144,180,0); }
td.TdClassName
{
border-color: #90B400;
}
.TagClassName
{
border-color: #90B400;
}
</style>