Shades of Citrus #9BD109
Tints of Citrus #9BD109
RGB
CMYK
RGB Variations
Color information
#9BD109 (or 0x9BD109) is known color: Citrus. HEX triplet: 9B, D1 and 09. RGB value is (155,209,9). Sum of RGB (Red+Green+Blue) = 155+209+9=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD109 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD109 is #642EF6. Grayscale: #AAAAAA. Windows color (decimal): -6565623 or 643483. OLE color: 643483.
HSL color Cylindrical-coordinate representation of color #9BD109: hue angle of 76.2º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BD109 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.18 |
| HSL | 76.2º | 0.92% | 0.43% | - |
| HSV(B) | 76.2º | 0.96% | 0.82% | - |
| XYZ | 36.37 | 52.59 | 8.49 | - |
| YUV | 170.05 | 37.11 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 9 | 0.26 | 0 | 0.96 | 0.18 | 76.2 | 0.92 | 0.43 |
| Hex | 9B | D1 | 9 | 1A | 0 | 60 | 12 | 4C | 5C | 2B |
| Octal | 233 | 321 | 11 | 32 | 0 | 140 | 22 | 114 | 134 | 53 |
| Binary | 10011011 | 11010001 | 1001 | 11010 | 0 | 1100000 | 10010 | 1001100 | 1011100 | 101011 |
Color Harmonies of #9BD109
Complementary color
Monochromatic Colors of #9BD109
Black with #9BD109
Text Example
Text Example
White with #9BD109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD109; }
p { color: rgb(155,209,9); }
H1.HeaderClassName
{
color: #9BD109;
}
.AnyTagClassName
{
color: #9BD109;
}
</style>
background-color css
<style>
a { background-color: #9BD109; }
a { background-color: rgb(155,209,9); }
div.DivClassName
{
background-color: #9BD109;
}
.BgClassName
{
background-color: #9BD109;
}
</style>
border-color css
<style>
span { border-color: #9BD109; }
span { border-color: rgb(155,209,9); }
td.TdClassName
{
border-color: #9BD109;
}
.TagClassName
{
border-color: #9BD109;
}
</style>