Shades of Citron #90A30D
Tints of Citron #90A30D
RGB
CMYK
RGB Variations
Color information
#90A30D (or 0x90A30D) is known color: Citron. HEX triplet: 90, A3 and 0D. RGB value is (144,163,13). Sum of RGB (Red+Green+Blue) = 144+163+13=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #90A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A30D is #6F5CF2. Grayscale: #8C8C8C. Windows color (decimal): -7298291 or 893840. OLE color: 893840.
HSL color Cylindrical-coordinate representation of color #90A30D: hue angle of 67.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90A30D is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 163 | 13 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.36 |
| HSL | 67.6º | 0.85% | 0.35% | - |
| HSV(B) | 67.6º | 0.92% | 0.64% | - |
| XYZ | 24.67 | 32.15 | 5.29 | - |
| YUV | 140.22 | 56.21 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 13 | 0.12 | 0 | 0.92 | 0.36 | 67.6 | 0.85 | 0.35 |
| Hex | 90 | A3 | D | C | 0 | 5C | 24 | 44 | 55 | 23 |
| Octal | 220 | 243 | 15 | 14 | 0 | 134 | 44 | 104 | 125 | 43 |
| Binary | 10010000 | 10100011 | 1101 | 1100 | 0 | 1011100 | 100100 | 1000100 | 1010101 | 100011 |
Color Harmonies of #90A30D
Complementary color
Monochromatic Colors of #90A30D
Black with #90A30D
Text Example
Text Example
White with #90A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A30D; }
p { color: rgb(144,163,13); }
H1.HeaderClassName
{
color: #90A30D;
}
.AnyTagClassName
{
color: #90A30D;
}
</style>
background-color css
<style>
a { background-color: #90A30D; }
a { background-color: rgb(144,163,13); }
div.DivClassName
{
background-color: #90A30D;
}
.BgClassName
{
background-color: #90A30D;
}
</style>
border-color css
<style>
span { border-color: #90A30D; }
span { border-color: rgb(144,163,13); }
td.TdClassName
{
border-color: #90A30D;
}
.TagClassName
{
border-color: #90A30D;
}
</style>