Shades of Citrus #9ABF13
Tints of Citrus #9ABF13
RGB
CMYK
RGB Variations
Color information
#9ABF13 (or 0x9ABF13) is known color: Citrus. HEX triplet: 9A, BF and 13. RGB value is (154,191,19). Sum of RGB (Red+Green+Blue) = 154+191+19=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABF13 is #6540EC. Grayscale: #A0A0A0. Windows color (decimal): -6635757 or 1294234. OLE color: 1294234.
HSL color Cylindrical-coordinate representation of color #9ABF13: hue angle of 72.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9ABF13 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 191 | 19 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.25 |
| HSL | 72.91º | 0.82% | 0.41% | - |
| HSV(B) | 72.91º | 0.9% | 0.75% | - |
| XYZ | 32.07 | 44.18 | 7.45 | - |
| YUV | 160.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 19 | 0.19 | 0 | 0.90 | 0.25 | 72.91 | 0.82 | 0.41 |
| Hex | 9A | BF | 13 | 13 | 0 | 5A | 19 | 49 | 52 | 29 |
| Octal | 232 | 277 | 23 | 23 | 0 | 132 | 31 | 111 | 122 | 51 |
| Binary | 10011010 | 10111111 | 10011 | 10011 | 0 | 1011010 | 11001 | 1001001 | 1010010 | 101001 |
Color Harmonies of #9ABF13
Complementary color
Monochromatic Colors of #9ABF13
Black with #9ABF13
Text Example
Text Example
White with #9ABF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABF13; }
p { color: rgb(154,191,19); }
H1.HeaderClassName
{
color: #9ABF13;
}
.AnyTagClassName
{
color: #9ABF13;
}
</style>
background-color css
<style>
a { background-color: #9ABF13; }
a { background-color: rgb(154,191,19); }
div.DivClassName
{
background-color: #9ABF13;
}
.BgClassName
{
background-color: #9ABF13;
}
</style>
border-color css
<style>
span { border-color: #9ABF13; }
span { border-color: rgb(154,191,19); }
td.TdClassName
{
border-color: #9ABF13;
}
.TagClassName
{
border-color: #9ABF13;
}
</style>