Shades of Citrus #90AA0C
Tints of Citrus #90AA0C
RGB
CMYK
RGB Variations
Color information
#90AA0C (or 0x90AA0C) is known color: Citrus. HEX triplet: 90, AA and 0C. RGB value is (144,170,12). Sum of RGB (Red+Green+Blue) = 144+170+12=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AA0C is #6F55F3. Grayscale: #909090. Windows color (decimal): -7296500 or 830096. OLE color: 830096.
HSL color Cylindrical-coordinate representation of color #90AA0C: hue angle of 69.87º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90AA0C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 12 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.33 |
| HSL | 69.87º | 0.87% | 0.36% | - |
| HSV(B) | 69.87º | 0.93% | 0.67% | - |
| XYZ | 25.94 | 34.71 | 5.68 | - |
| YUV | 144.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 12 | 0.15 | 0 | 0.93 | 0.33 | 69.87 | 0.87 | 0.36 |
| Hex | 90 | AA | C | F | 0 | 5D | 21 | 46 | 57 | 24 |
| Octal | 220 | 252 | 14 | 17 | 0 | 135 | 41 | 106 | 127 | 44 |
| Binary | 10010000 | 10101010 | 1100 | 1111 | 0 | 1011101 | 100001 | 1000110 | 1010111 | 100100 |
Color Harmonies of #90AA0C
Complementary color
Monochromatic Colors of #90AA0C
Black with #90AA0C
Text Example
Text Example
White with #90AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA0C; }
p { color: rgb(144,170,12); }
H1.HeaderClassName
{
color: #90AA0C;
}
.AnyTagClassName
{
color: #90AA0C;
}
</style>
background-color css
<style>
a { background-color: #90AA0C; }
a { background-color: rgb(144,170,12); }
div.DivClassName
{
background-color: #90AA0C;
}
.BgClassName
{
background-color: #90AA0C;
}
</style>
border-color css
<style>
span { border-color: #90AA0C; }
span { border-color: rgb(144,170,12); }
td.TdClassName
{
border-color: #90AA0C;
}
.TagClassName
{
border-color: #90AA0C;
}
</style>