Shades of Citrus #90AB07
Tints of Citrus #90AB07
RGB
CMYK
RGB Variations
Color information
#90AB07 (or 0x90AB07) is known color: Citrus. HEX triplet: 90, AB and 07. RGB value is (144,171,7). Sum of RGB (Red+Green+Blue) = 144+171+7=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AB07 is #6F54F8. Grayscale: #909090. Windows color (decimal): -7296249 or 502672. OLE color: 502672.
HSL color Cylindrical-coordinate representation of color #90AB07: hue angle of 69.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90AB07 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 7 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.33 |
| HSL | 69.88º | 0.92% | 0.35% | - |
| HSV(B) | 69.88º | 0.96% | 0.67% | - |
| XYZ | 26.1 | 35.07 | 5.59 | - |
| YUV | 144.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 7 | 0.16 | 0 | 0.96 | 0.33 | 69.88 | 0.92 | 0.35 |
| Hex | 90 | AB | 7 | 10 | 0 | 60 | 21 | 46 | 5C | 23 |
| Octal | 220 | 253 | 7 | 20 | 0 | 140 | 41 | 106 | 134 | 43 |
| Binary | 10010000 | 10101011 | 111 | 10000 | 0 | 1100000 | 100001 | 1000110 | 1011100 | 100011 |
Color Harmonies of #90AB07
Complementary color
Monochromatic Colors of #90AB07
Black with #90AB07
Text Example
Text Example
White with #90AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB07; }
p { color: rgb(144,171,7); }
H1.HeaderClassName
{
color: #90AB07;
}
.AnyTagClassName
{
color: #90AB07;
}
</style>
background-color css
<style>
a { background-color: #90AB07; }
a { background-color: rgb(144,171,7); }
div.DivClassName
{
background-color: #90AB07;
}
.BgClassName
{
background-color: #90AB07;
}
</style>
border-color css
<style>
span { border-color: #90AB07; }
span { border-color: rgb(144,171,7); }
td.TdClassName
{
border-color: #90AB07;
}
.TagClassName
{
border-color: #90AB07;
}
</style>