Shades of Citrus #9ABF16
Tints of Citrus #9ABF16
RGB
CMYK
RGB Variations
Color information
#9ABF16 (or 0x9ABF16) is known color: Citrus. HEX triplet: 9A, BF and 16. RGB value is (154,191,22). Sum of RGB (Red+Green+Blue) = 154+191+22=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABF16 is #6540E9. Grayscale: #A1A1A1. Windows color (decimal): -6635754 or 1490842. OLE color: 1490842.
HSL color Cylindrical-coordinate representation of color #9ABF16: hue angle of 73.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9ABF16 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 191 | 22 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.25 |
| HSL | 73.14º | 0.79% | 0.42% | - |
| HSV(B) | 73.14º | 0.88% | 0.75% | - |
| XYZ | 32.1 | 44.19 | 7.6 | - |
| YUV | 160.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 22 | 0.19 | 0 | 0.88 | 0.25 | 73.14 | 0.79 | 0.42 |
| Hex | 9A | BF | 16 | 13 | 0 | 58 | 19 | 49 | 4F | 2A |
| Octal | 232 | 277 | 26 | 23 | 0 | 130 | 31 | 111 | 117 | 52 |
| Binary | 10011010 | 10111111 | 10110 | 10011 | 0 | 1011000 | 11001 | 1001001 | 1001111 | 101010 |
Color Harmonies of #9ABF16
Complementary color
Monochromatic Colors of #9ABF16
Black with #9ABF16
Text Example
Text Example
White with #9ABF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABF16; }
p { color: rgb(154,191,22); }
H1.HeaderClassName
{
color: #9ABF16;
}
.AnyTagClassName
{
color: #9ABF16;
}
</style>
background-color css
<style>
a { background-color: #9ABF16; }
a { background-color: rgb(154,191,22); }
div.DivClassName
{
background-color: #9ABF16;
}
.BgClassName
{
background-color: #9ABF16;
}
</style>
border-color css
<style>
span { border-color: #9ABF16; }
span { border-color: rgb(154,191,22); }
td.TdClassName
{
border-color: #9ABF16;
}
.TagClassName
{
border-color: #9ABF16;
}
</style>