Shades of Citron #90A117
Tints of Citron #90A117
RGB
CMYK
RGB Variations
Color information
#90A117 (or 0x90A117) is known color: Citron. HEX triplet: 90, A1 and 17. RGB value is (144,161,23). Sum of RGB (Red+Green+Blue) = 144+161+23=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #90A117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A117 is #6F5EE8. Grayscale: #8C8C8C. Windows color (decimal): -7298793 or 1548688. OLE color: 1548688.
HSL color Cylindrical-coordinate representation of color #90A117: hue angle of 67.39º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90A117 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 23 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.37 |
| HSL | 67.39º | 0.75% | 0.36% | - |
| HSV(B) | 67.39º | 0.86% | 0.63% | - |
| XYZ | 24.4 | 31.48 | 5.6 | - |
| YUV | 140.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 23 | 0.11 | 0 | 0.86 | 0.37 | 67.39 | 0.75 | 0.36 |
| Hex | 90 | A1 | 17 | B | 0 | 56 | 25 | 43 | 4B | 24 |
| Octal | 220 | 241 | 27 | 13 | 0 | 126 | 45 | 103 | 113 | 44 |
| Binary | 10010000 | 10100001 | 10111 | 1011 | 0 | 1010110 | 100101 | 1000011 | 1001011 | 100100 |
Color Harmonies of #90A117
Complementary color
Monochromatic Colors of #90A117
Black with #90A117
Text Example
Text Example
White with #90A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A117; }
p { color: rgb(144,161,23); }
H1.HeaderClassName
{
color: #90A117;
}
.AnyTagClassName
{
color: #90A117;
}
</style>
background-color css
<style>
a { background-color: #90A117; }
a { background-color: rgb(144,161,23); }
div.DivClassName
{
background-color: #90A117;
}
.BgClassName
{
background-color: #90A117;
}
</style>
border-color css
<style>
span { border-color: #90A117; }
span { border-color: rgb(144,161,23); }
td.TdClassName
{
border-color: #90A117;
}
.TagClassName
{
border-color: #90A117;
}
</style>