Shades of Citrus #9AB90F
Tints of Citrus #9AB90F
RGB
CMYK
RGB Variations
Color information
#9AB90F (or 0x9AB90F) is known color: Citrus. HEX triplet: 9A, B9 and 0F. RGB value is (154,185,15). Sum of RGB (Red+Green+Blue) = 154+185+15=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB90F is #6546F0. Grayscale: #9D9D9D. Windows color (decimal): -6637297 or 1030554. OLE color: 1030554.
HSL color Cylindrical-coordinate representation of color #9AB90F: hue angle of 70.94º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AB90F is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 15 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.27 |
| HSL | 70.94º | 0.85% | 0.39% | - |
| HSV(B) | 70.94º | 0.92% | 0.73% | - |
| XYZ | 30.76 | 41.6 | 6.86 | - |
| YUV | 156.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 15 | 0.17 | 0 | 0.92 | 0.27 | 70.94 | 0.85 | 0.39 |
| Hex | 9A | B9 | F | 11 | 0 | 5C | 1B | 47 | 55 | 27 |
| Octal | 232 | 271 | 17 | 21 | 0 | 134 | 33 | 107 | 125 | 47 |
| Binary | 10011010 | 10111001 | 1111 | 10001 | 0 | 1011100 | 11011 | 1000111 | 1010101 | 100111 |
Color Harmonies of #9AB90F
Complementary color
Monochromatic Colors of #9AB90F
Black with #9AB90F
Text Example
Text Example
White with #9AB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB90F; }
p { color: rgb(154,185,15); }
H1.HeaderClassName
{
color: #9AB90F;
}
.AnyTagClassName
{
color: #9AB90F;
}
</style>
background-color css
<style>
a { background-color: #9AB90F; }
a { background-color: rgb(154,185,15); }
div.DivClassName
{
background-color: #9AB90F;
}
.BgClassName
{
background-color: #9AB90F;
}
</style>
border-color css
<style>
span { border-color: #9AB90F; }
span { border-color: rgb(154,185,15); }
td.TdClassName
{
border-color: #9AB90F;
}
.TagClassName
{
border-color: #9AB90F;
}
</style>