Shades of Citrus #90AD14
Tints of Citrus #90AD14
RGB
CMYK
RGB Variations
Color information
#90AD14 (or 0x90AD14) is known color: Citrus. HEX triplet: 90, AD and 14. RGB value is (144,173,20). Sum of RGB (Red+Green+Blue) = 144+173+20=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AD14 is #6F52EB. Grayscale: #939393. Windows color (decimal): -7295724 or 1355152. OLE color: 1355152.
HSL color Cylindrical-coordinate representation of color #90AD14: hue angle of 71.37º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90AD14 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 20 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.32 |
| HSL | 71.37º | 0.79% | 0.38% | - |
| HSV(B) | 71.37º | 0.88% | 0.68% | - |
| XYZ | 26.57 | 35.87 | 6.18 | - |
| YUV | 146.89 | 56.39 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 20 | 0.17 | 0 | 0.88 | 0.32 | 71.37 | 0.79 | 0.38 |
| Hex | 90 | AD | 14 | 11 | 0 | 58 | 20 | 47 | 4F | 26 |
| Octal | 220 | 255 | 24 | 21 | 0 | 130 | 40 | 107 | 117 | 46 |
| Binary | 10010000 | 10101101 | 10100 | 10001 | 0 | 1011000 | 100000 | 1000111 | 1001111 | 100110 |
Color Harmonies of #90AD14
Complementary color
Monochromatic Colors of #90AD14
Black with #90AD14
Text Example
Text Example
White with #90AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD14; }
p { color: rgb(144,173,20); }
H1.HeaderClassName
{
color: #90AD14;
}
.AnyTagClassName
{
color: #90AD14;
}
</style>
background-color css
<style>
a { background-color: #90AD14; }
a { background-color: rgb(144,173,20); }
div.DivClassName
{
background-color: #90AD14;
}
.BgClassName
{
background-color: #90AD14;
}
</style>
border-color css
<style>
span { border-color: #90AD14; }
span { border-color: rgb(144,173,20); }
td.TdClassName
{
border-color: #90AD14;
}
.TagClassName
{
border-color: #90AD14;
}
</style>