Shades of Citron #90A60F
Tints of Citron #90A60F
RGB
CMYK
RGB Variations
Color information
#90A60F (or 0x90A60F) is known color: Citron. HEX triplet: 90, A6 and 0F. RGB value is (144,166,15). Sum of RGB (Red+Green+Blue) = 144+166+15=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #90A60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A60F is #6F59F0. Grayscale: #8E8E8E. Windows color (decimal): -7297521 or 1025680. OLE color: 1025680.
HSL color Cylindrical-coordinate representation of color #90A60F: hue angle of 68.74º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90A60F is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 15 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.35 |
| HSL | 68.74º | 0.83% | 0.35% | - |
| HSV(B) | 68.74º | 0.91% | 0.65% | - |
| XYZ | 25.22 | 33.24 | 5.54 | - |
| YUV | 142.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 15 | 0.13 | 0 | 0.91 | 0.35 | 68.74 | 0.83 | 0.35 |
| Hex | 90 | A6 | F | D | 0 | 5B | 23 | 45 | 53 | 23 |
| Octal | 220 | 246 | 17 | 15 | 0 | 133 | 43 | 105 | 123 | 43 |
| Binary | 10010000 | 10100110 | 1111 | 1101 | 0 | 1011011 | 100011 | 1000101 | 1010011 | 100011 |
Color Harmonies of #90A60F
Complementary color
Monochromatic Colors of #90A60F
Black with #90A60F
Text Example
Text Example
White with #90A60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A60F; }
p { color: rgb(144,166,15); }
H1.HeaderClassName
{
color: #90A60F;
}
.AnyTagClassName
{
color: #90A60F;
}
</style>
background-color css
<style>
a { background-color: #90A60F; }
a { background-color: rgb(144,166,15); }
div.DivClassName
{
background-color: #90A60F;
}
.BgClassName
{
background-color: #90A60F;
}
</style>
border-color css
<style>
span { border-color: #90A60F; }
span { border-color: rgb(144,166,15); }
td.TdClassName
{
border-color: #90A60F;
}
.TagClassName
{
border-color: #90A60F;
}
</style>