Shades of Citrus #90AD09
Tints of Citrus #90AD09
RGB
CMYK
RGB Variations
Color information
#90AD09 (or 0x90AD09) is known color: Citrus. HEX triplet: 90, AD and 09. RGB value is (144,173,9). Sum of RGB (Red+Green+Blue) = 144+173+9=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AD09 is #6F52F6. Grayscale: #929292. Windows color (decimal): -7295735 or 634256. OLE color: 634256.
HSL color Cylindrical-coordinate representation of color #90AD09: hue angle of 70.61º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90AD09 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 9 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.32 |
| HSL | 70.61º | 0.9% | 0.36% | - |
| HSV(B) | 70.61º | 0.95% | 0.68% | - |
| XYZ | 26.49 | 35.84 | 5.78 | - |
| YUV | 145.63 | 50.89 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 9 | 0.17 | 0 | 0.95 | 0.32 | 70.61 | 0.9 | 0.36 |
| Hex | 90 | AD | 9 | 11 | 0 | 5F | 20 | 47 | 5A | 24 |
| Octal | 220 | 255 | 11 | 21 | 0 | 137 | 40 | 107 | 132 | 44 |
| Binary | 10010000 | 10101101 | 1001 | 10001 | 0 | 1011111 | 100000 | 1000111 | 1011010 | 100100 |
Color Harmonies of #90AD09
Complementary color
Monochromatic Colors of #90AD09
Black with #90AD09
Text Example
Text Example
White with #90AD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD09; }
p { color: rgb(144,173,9); }
H1.HeaderClassName
{
color: #90AD09;
}
.AnyTagClassName
{
color: #90AD09;
}
</style>
background-color css
<style>
a { background-color: #90AD09; }
a { background-color: rgb(144,173,9); }
div.DivClassName
{
background-color: #90AD09;
}
.BgClassName
{
background-color: #90AD09;
}
</style>
border-color css
<style>
span { border-color: #90AD09; }
span { border-color: rgb(144,173,9); }
td.TdClassName
{
border-color: #90AD09;
}
.TagClassName
{
border-color: #90AD09;
}
</style>