Shades of Citrus #9FAB02
Tints of Citrus #9FAB02
RGB
CMYK
RGB Variations
Color information
#9FAB02 (or 0x9FAB02) is known color: Citrus. HEX triplet: 9F, AB and 02. RGB value is (159,171,2). Sum of RGB (Red+Green+Blue) = 159+171+2=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB02 is #6054FD. Grayscale: #949494. Windows color (decimal): -6313214 or 175007. OLE color: 175007.
HSL color Cylindrical-coordinate representation of color #9FAB02: hue angle of 64.26º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FAB02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.33 |
| HSL | 64.26º | 0.98% | 0.34% | - |
| HSV(B) | 64.26º | 0.99% | 0.67% | - |
| XYZ | 28.87 | 36.5 | 5.58 | - |
| YUV | 148.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 2 | 0.07 | 0 | 0.99 | 0.33 | 64.26 | 0.98 | 0.34 |
| Hex | 9F | AB | 2 | 7 | 0 | 63 | 21 | 40 | 62 | 22 |
| Octal | 237 | 253 | 2 | 7 | 0 | 143 | 41 | 100 | 142 | 42 |
| Binary | 10011111 | 10101011 | 10 | 111 | 0 | 1100011 | 100001 | 1000000 | 1100010 | 100010 |
Color Harmonies of #9FAB02
Complementary color
Monochromatic Colors of #9FAB02
Black with #9FAB02
Text Example
Text Example
White with #9FAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB02; }
p { color: rgb(159,171,2); }
H1.HeaderClassName
{
color: #9FAB02;
}
.AnyTagClassName
{
color: #9FAB02;
}
</style>
background-color css
<style>
a { background-color: #9FAB02; }
a { background-color: rgb(159,171,2); }
div.DivClassName
{
background-color: #9FAB02;
}
.BgClassName
{
background-color: #9FAB02;
}
</style>
border-color css
<style>
span { border-color: #9FAB02; }
span { border-color: rgb(159,171,2); }
td.TdClassName
{
border-color: #9FAB02;
}
.TagClassName
{
border-color: #9FAB02;
}
</style>