Shades of Citrus #90AD05
Tints of Citrus #90AD05
RGB
CMYK
RGB Variations
Color information
#90AD05 (or 0x90AD05) is known color: Citrus. HEX triplet: 90, AD and 05. RGB value is (144,173,5). Sum of RGB (Red+Green+Blue) = 144+173+5=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AD05 is #6F52FA. Grayscale: #919191. Windows color (decimal): -7295739 or 372112. OLE color: 372112.
HSL color Cylindrical-coordinate representation of color #90AD05: hue angle of 70.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90AD05 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.32 |
| HSL | 70.36º | 0.94% | 0.35% | - |
| HSV(B) | 70.36º | 0.97% | 0.68% | - |
| XYZ | 26.47 | 35.83 | 5.66 | - |
| YUV | 145.18 | 48.89 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 5 | 0.17 | 0 | 0.97 | 0.32 | 70.36 | 0.94 | 0.35 |
| Hex | 90 | AD | 5 | 11 | 0 | 61 | 20 | 46 | 5E | 23 |
| Octal | 220 | 255 | 5 | 21 | 0 | 141 | 40 | 106 | 136 | 43 |
| Binary | 10010000 | 10101101 | 101 | 10001 | 0 | 1100001 | 100000 | 1000110 | 1011110 | 100011 |
Color Harmonies of #90AD05
Complementary color
Monochromatic Colors of #90AD05
Black with #90AD05
Text Example
Text Example
White with #90AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD05; }
p { color: rgb(144,173,5); }
H1.HeaderClassName
{
color: #90AD05;
}
.AnyTagClassName
{
color: #90AD05;
}
</style>
background-color css
<style>
a { background-color: #90AD05; }
a { background-color: rgb(144,173,5); }
div.DivClassName
{
background-color: #90AD05;
}
.BgClassName
{
background-color: #90AD05;
}
</style>
border-color css
<style>
span { border-color: #90AD05; }
span { border-color: rgb(144,173,5); }
td.TdClassName
{
border-color: #90AD05;
}
.TagClassName
{
border-color: #90AD05;
}
</style>