Shades of Citron #90A10D
Tints of Citron #90A10D
RGB
CMYK
RGB Variations
Color information
#90A10D (or 0x90A10D) is known color: Citron. HEX triplet: 90, A1 and 0D. RGB value is (144,161,13). Sum of RGB (Red+Green+Blue) = 144+161+13=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #90A10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A10D is #6F5EF2. Grayscale: #8B8B8B. Windows color (decimal): -7298803 or 893328. OLE color: 893328.
HSL color Cylindrical-coordinate representation of color #90A10D: hue angle of 66.89º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90A10D is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 13 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.37 |
| HSL | 66.89º | 0.85% | 0.34% | - |
| HSV(B) | 66.89º | 0.92% | 0.63% | - |
| XYZ | 24.32 | 31.45 | 5.17 | - |
| YUV | 139.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 13 | 0.11 | 0 | 0.92 | 0.37 | 66.89 | 0.85 | 0.34 |
| Hex | 90 | A1 | D | B | 0 | 5C | 25 | 43 | 55 | 22 |
| Octal | 220 | 241 | 15 | 13 | 0 | 134 | 45 | 103 | 125 | 42 |
| Binary | 10010000 | 10100001 | 1101 | 1011 | 0 | 1011100 | 100101 | 1000011 | 1010101 | 100010 |
Color Harmonies of #90A10D
Complementary color
Monochromatic Colors of #90A10D
Black with #90A10D
Text Example
Text Example
White with #90A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A10D; }
p { color: rgb(144,161,13); }
H1.HeaderClassName
{
color: #90A10D;
}
.AnyTagClassName
{
color: #90A10D;
}
</style>
background-color css
<style>
a { background-color: #90A10D; }
a { background-color: rgb(144,161,13); }
div.DivClassName
{
background-color: #90A10D;
}
.BgClassName
{
background-color: #90A10D;
}
</style>
border-color css
<style>
span { border-color: #90A10D; }
span { border-color: rgb(144,161,13); }
td.TdClassName
{
border-color: #90A10D;
}
.TagClassName
{
border-color: #90A10D;
}
</style>