Shades of Citrus #9FB105
Tints of Citrus #9FB105
RGB
CMYK
RGB Variations
Color information
#9FB105 (or 0x9FB105) is known color: Citrus. HEX triplet: 9F, B1 and 05. RGB value is (159,177,5). Sum of RGB (Red+Green+Blue) = 159+177+5=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB105 is #604EFA. Grayscale: #989898. Windows color (decimal): -6311675 or 373151. OLE color: 373151.
HSL color Cylindrical-coordinate representation of color #9FB105: hue angle of 66.28º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FB105 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 5 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.31 |
| HSL | 66.28º | 0.95% | 0.36% | - |
| HSV(B) | 66.28º | 0.97% | 0.69% | - |
| XYZ | 30.05 | 38.83 | 6.05 | - |
| YUV | 152.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 5 | 0.10 | 0 | 0.97 | 0.31 | 66.28 | 0.95 | 0.36 |
| Hex | 9F | B1 | 5 | A | 0 | 61 | 1F | 42 | 5F | 24 |
| Octal | 237 | 261 | 5 | 12 | 0 | 141 | 37 | 102 | 137 | 44 |
| Binary | 10011111 | 10110001 | 101 | 1010 | 0 | 1100001 | 11111 | 1000010 | 1011111 | 100100 |
Color Harmonies of #9FB105
Complementary color
Monochromatic Colors of #9FB105
Black with #9FB105
Text Example
Text Example
White with #9FB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB105; }
p { color: rgb(159,177,5); }
H1.HeaderClassName
{
color: #9FB105;
}
.AnyTagClassName
{
color: #9FB105;
}
</style>
background-color css
<style>
a { background-color: #9FB105; }
a { background-color: rgb(159,177,5); }
div.DivClassName
{
background-color: #9FB105;
}
.BgClassName
{
background-color: #9FB105;
}
</style>
border-color css
<style>
span { border-color: #9FB105; }
span { border-color: rgb(159,177,5); }
td.TdClassName
{
border-color: #9FB105;
}
.TagClassName
{
border-color: #9FB105;
}
</style>