Shades of Citrus #90C509
Tints of Citrus #90C509
RGB
CMYK
RGB Variations
Color information
#90C509 (or 0x90C509) is known color: Citrus. HEX triplet: 90, C5 and 09. RGB value is (144,197,9). Sum of RGB (Red+Green+Blue) = 144+197+9=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #90C509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C509 is #6F3AF6. Grayscale: #A0A0A0. Windows color (decimal): -7289591 or 640400. OLE color: 640400.
HSL color Cylindrical-coordinate representation of color #90C509: hue angle of 76.91º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90C509 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.23 |
| HSL | 76.91º | 0.91% | 0.4% | - |
| HSV(B) | 76.91º | 0.95% | 0.77% | - |
| XYZ | 31.52 | 45.88 | 7.45 | - |
| YUV | 159.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 9 | 0.27 | 0 | 0.95 | 0.23 | 76.91 | 0.91 | 0.4 |
| Hex | 90 | C5 | 9 | 1B | 0 | 5F | 17 | 4D | 5B | 28 |
| Octal | 220 | 305 | 11 | 33 | 0 | 137 | 27 | 115 | 133 | 50 |
| Binary | 10010000 | 11000101 | 1001 | 11011 | 0 | 1011111 | 10111 | 1001101 | 1011011 | 101000 |
Color Harmonies of #90C509
Complementary color
Monochromatic Colors of #90C509
Black with #90C509
Text Example
Text Example
White with #90C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C509; }
p { color: rgb(144,197,9); }
H1.HeaderClassName
{
color: #90C509;
}
.AnyTagClassName
{
color: #90C509;
}
</style>
background-color css
<style>
a { background-color: #90C509; }
a { background-color: rgb(144,197,9); }
div.DivClassName
{
background-color: #90C509;
}
.BgClassName
{
background-color: #90C509;
}
</style>
border-color css
<style>
span { border-color: #90C509; }
span { border-color: rgb(144,197,9); }
td.TdClassName
{
border-color: #90C509;
}
.TagClassName
{
border-color: #90C509;
}
</style>