Shades of Citrus #90C709
Tints of Citrus #90C709
RGB
CMYK
RGB Variations
Color information
#90C709 (or 0x90C709) is known color: Citrus. HEX triplet: 90, C7 and 09. RGB value is (144,199,9). Sum of RGB (Red+Green+Blue) = 144+199+9=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #90C709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C709 is #6F38F6. Grayscale: #A1A1A1. Windows color (decimal): -7289079 or 640912. OLE color: 640912.
HSL color Cylindrical-coordinate representation of color #90C709: hue angle of 77.37º 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 #90C709 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 9 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.22 |
| HSL | 77.37º | 0.91% | 0.41% | - |
| HSV(B) | 77.37º | 0.95% | 0.78% | - |
| XYZ | 31.97 | 46.8 | 7.61 | - |
| YUV | 160.9 | 42.28 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 9 | 0.28 | 0 | 0.95 | 0.22 | 77.37 | 0.91 | 0.41 |
| Hex | 90 | C7 | 9 | 1C | 0 | 5F | 16 | 4D | 5B | 29 |
| Octal | 220 | 307 | 11 | 34 | 0 | 137 | 26 | 115 | 133 | 51 |
| Binary | 10010000 | 11000111 | 1001 | 11100 | 0 | 1011111 | 10110 | 1001101 | 1011011 | 101001 |
Color Harmonies of #90C709
Complementary color
Monochromatic Colors of #90C709
Black with #90C709
Text Example
Text Example
White with #90C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C709; }
p { color: rgb(144,199,9); }
H1.HeaderClassName
{
color: #90C709;
}
.AnyTagClassName
{
color: #90C709;
}
</style>
background-color css
<style>
a { background-color: #90C709; }
a { background-color: rgb(144,199,9); }
div.DivClassName
{
background-color: #90C709;
}
.BgClassName
{
background-color: #90C709;
}
</style>
border-color css
<style>
span { border-color: #90C709; }
span { border-color: rgb(144,199,9); }
td.TdClassName
{
border-color: #90C709;
}
.TagClassName
{
border-color: #90C709;
}
</style>