Shades of Citrus #90C609
Tints of Citrus #90C609
RGB
CMYK
RGB Variations
Color information
#90C609 (or 0x90C609) is known color: Citrus. HEX triplet: 90, C6 and 09. RGB value is (144,198,9). Sum of RGB (Red+Green+Blue) = 144+198+9=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #90C609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C609 is #6F39F6. Grayscale: #A1A1A1. Windows color (decimal): -7289335 or 640656. OLE color: 640656.
HSL color Cylindrical-coordinate representation of color #90C609: hue angle of 77.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90C609 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.22 |
| HSL | 77.14º | 0.91% | 0.41% | - |
| HSV(B) | 77.14º | 0.95% | 0.78% | - |
| XYZ | 31.74 | 46.34 | 7.53 | - |
| YUV | 160.31 | 42.61 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 9 | 0.27 | 0 | 0.95 | 0.22 | 77.14 | 0.91 | 0.41 |
| Hex | 90 | C6 | 9 | 1B | 0 | 5F | 16 | 4D | 5B | 29 |
| Octal | 220 | 306 | 11 | 33 | 0 | 137 | 26 | 115 | 133 | 51 |
| Binary | 10010000 | 11000110 | 1001 | 11011 | 0 | 1011111 | 10110 | 1001101 | 1011011 | 101001 |
Color Harmonies of #90C609
Complementary color
Monochromatic Colors of #90C609
Black with #90C609
Text Example
Text Example
White with #90C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C609; }
p { color: rgb(144,198,9); }
H1.HeaderClassName
{
color: #90C609;
}
.AnyTagClassName
{
color: #90C609;
}
</style>
background-color css
<style>
a { background-color: #90C609; }
a { background-color: rgb(144,198,9); }
div.DivClassName
{
background-color: #90C609;
}
.BgClassName
{
background-color: #90C609;
}
</style>
border-color css
<style>
span { border-color: #90C609; }
span { border-color: rgb(144,198,9); }
td.TdClassName
{
border-color: #90C609;
}
.TagClassName
{
border-color: #90C609;
}
</style>