Shades of Citron #90AA14
Tints of Citron #90AA14
RGB
CMYK
RGB Variations
Color information
#90AA14 (or 0x90AA14) is known color: Citron. HEX triplet: 90, AA and 14. RGB value is (144,170,20). Sum of RGB (Red+Green+Blue) = 144+170+20=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AA14 is #6F55EB. Grayscale: #919191. Windows color (decimal): -7296492 or 1354384. OLE color: 1354384.
HSL color Cylindrical-coordinate representation of color #90AA14: hue angle of 70.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90AA14 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 20 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.33 |
| HSL | 70.4º | 0.79% | 0.37% | - |
| HSV(B) | 70.4º | 0.88% | 0.67% | - |
| XYZ | 26 | 34.73 | 5.99 | - |
| YUV | 145.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 20 | 0.15 | 0 | 0.88 | 0.33 | 70.4 | 0.79 | 0.37 |
| Hex | 90 | AA | 14 | F | 0 | 58 | 21 | 46 | 4F | 25 |
| Octal | 220 | 252 | 24 | 17 | 0 | 130 | 41 | 106 | 117 | 45 |
| Binary | 10010000 | 10101010 | 10100 | 1111 | 0 | 1011000 | 100001 | 1000110 | 1001111 | 100101 |
Color Harmonies of #90AA14
Complementary color
Monochromatic Colors of #90AA14
Black with #90AA14
Text Example
Text Example
White with #90AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA14; }
p { color: rgb(144,170,20); }
H1.HeaderClassName
{
color: #90AA14;
}
.AnyTagClassName
{
color: #90AA14;
}
</style>
background-color css
<style>
a { background-color: #90AA14; }
a { background-color: rgb(144,170,20); }
div.DivClassName
{
background-color: #90AA14;
}
.BgClassName
{
background-color: #90AA14;
}
</style>
border-color css
<style>
span { border-color: #90AA14; }
span { border-color: rgb(144,170,20); }
td.TdClassName
{
border-color: #90AA14;
}
.TagClassName
{
border-color: #90AA14;
}
</style>