Shades of Citrus #9BC80F
Tints of Citrus #9BC80F
RGB
CMYK
RGB Variations
Color information
#9BC80F (or 0x9BC80F) is known color: Citrus. HEX triplet: 9B, C8 and 0F. RGB value is (155,200,15). Sum of RGB (Red+Green+Blue) = 155+200+15=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC80F is #6437F0. Grayscale: #A6A6A6. Windows color (decimal): -6567921 or 1034395. OLE color: 1034395.
HSL color Cylindrical-coordinate representation of color #9BC80F: hue angle of 74.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BC80F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.22 |
| HSL | 74.59º | 0.86% | 0.42% | - |
| HSV(B) | 74.59º | 0.93% | 0.78% | - |
| XYZ | 34.26 | 48.31 | 7.97 | - |
| YUV | 165.46 | 43.09 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 15 | 0.22 | 0 | 0.92 | 0.22 | 74.59 | 0.86 | 0.42 |
| Hex | 9B | C8 | F | 16 | 0 | 5C | 16 | 4B | 56 | 2A |
| Octal | 233 | 310 | 17 | 26 | 0 | 134 | 26 | 113 | 126 | 52 |
| Binary | 10011011 | 11001000 | 1111 | 10110 | 0 | 1011100 | 10110 | 1001011 | 1010110 | 101010 |
Color Harmonies of #9BC80F
Complementary color
Monochromatic Colors of #9BC80F
Black with #9BC80F
Text Example
Text Example
White with #9BC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC80F; }
p { color: rgb(155,200,15); }
H1.HeaderClassName
{
color: #9BC80F;
}
.AnyTagClassName
{
color: #9BC80F;
}
</style>
background-color css
<style>
a { background-color: #9BC80F; }
a { background-color: rgb(155,200,15); }
div.DivClassName
{
background-color: #9BC80F;
}
.BgClassName
{
background-color: #9BC80F;
}
</style>
border-color css
<style>
span { border-color: #9BC80F; }
span { border-color: rgb(155,200,15); }
td.TdClassName
{
border-color: #9BC80F;
}
.TagClassName
{
border-color: #9BC80F;
}
</style>