Shades of Citrus #90A70D
Tints of Citrus #90A70D
RGB
CMYK
RGB Variations
Color information
#90A70D (or 0x90A70D) is known color: Citrus. HEX triplet: 90, A7 and 0D. RGB value is (144,167,13). Sum of RGB (Red+Green+Blue) = 144+167+13=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #90A70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A70D is #6F58F2. Grayscale: #8F8F8F. Windows color (decimal): -7297267 or 894864. OLE color: 894864.
HSL color Cylindrical-coordinate representation of color #90A70D: hue angle of 68.96º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90A70D is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 13 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.35 |
| HSL | 68.96º | 0.86% | 0.35% | - |
| HSV(B) | 68.96º | 0.92% | 0.65% | - |
| XYZ | 25.39 | 33.6 | 5.53 | - |
| YUV | 142.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 13 | 0.14 | 0 | 0.92 | 0.35 | 68.96 | 0.86 | 0.35 |
| Hex | 90 | A7 | D | E | 0 | 5C | 23 | 45 | 56 | 23 |
| Octal | 220 | 247 | 15 | 16 | 0 | 134 | 43 | 105 | 126 | 43 |
| Binary | 10010000 | 10100111 | 1101 | 1110 | 0 | 1011100 | 100011 | 1000101 | 1010110 | 100011 |
Color Harmonies of #90A70D
Complementary color
Monochromatic Colors of #90A70D
Black with #90A70D
Text Example
Text Example
White with #90A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A70D; }
p { color: rgb(144,167,13); }
H1.HeaderClassName
{
color: #90A70D;
}
.AnyTagClassName
{
color: #90A70D;
}
</style>
background-color css
<style>
a { background-color: #90A70D; }
a { background-color: rgb(144,167,13); }
div.DivClassName
{
background-color: #90A70D;
}
.BgClassName
{
background-color: #90A70D;
}
</style>
border-color css
<style>
span { border-color: #90A70D; }
span { border-color: rgb(144,167,13); }
td.TdClassName
{
border-color: #90A70D;
}
.TagClassName
{
border-color: #90A70D;
}
</style>