Shades of Citron #90A006
Tints of Citron #90A006
RGB
CMYK
RGB Variations
Color information
#90A006 (or 0x90A006) is known color: Citron. HEX triplet: 90, A0 and 06. RGB value is (144,160,6). Sum of RGB (Red+Green+Blue) = 144+160+6=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #90A006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A006 is #6F5FF9. Grayscale: #8A8A8A. Windows color (decimal): -7299066 or 434320. OLE color: 434320.
HSL color Cylindrical-coordinate representation of color #90A006: hue angle of 66.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90A006 is Cyan = 0.1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 6 | - |
| CMYK | 0.1 | 0 | 0.96 | 0.37 |
| HSL | 66.23º | 0.93% | 0.33% | - |
| HSV(B) | 66.23º | 0.96% | 0.63% | - |
| XYZ | 24.11 | 31.08 | 4.9 | - |
| YUV | 137.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 6 | 0.1 | 0 | 0.96 | 0.37 | 66.23 | 0.93 | 0.33 |
| Hex | 90 | A0 | 6 | A | 0 | 60 | 25 | 42 | 5D | 21 |
| Octal | 220 | 240 | 6 | 12 | 0 | 140 | 45 | 102 | 135 | 41 |
| Binary | 10010000 | 10100000 | 110 | 1010 | 0 | 1100000 | 100101 | 1000010 | 1011101 | 100001 |
Color Harmonies of #90A006
Complementary color
Monochromatic Colors of #90A006
Black with #90A006
Text Example
Text Example
White with #90A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A006; }
p { color: rgb(144,160,6); }
H1.HeaderClassName
{
color: #90A006;
}
.AnyTagClassName
{
color: #90A006;
}
</style>
background-color css
<style>
a { background-color: #90A006; }
a { background-color: rgb(144,160,6); }
div.DivClassName
{
background-color: #90A006;
}
.BgClassName
{
background-color: #90A006;
}
</style>
border-color css
<style>
span { border-color: #90A006; }
span { border-color: rgb(144,160,6); }
td.TdClassName
{
border-color: #90A006;
}
.TagClassName
{
border-color: #90A006;
}
</style>