Shades of Citrus #9CC80F
Tints of Citrus #9CC80F
RGB
CMYK
RGB Variations
Color information
#9CC80F (or 0x9CC80F) is known color: Citrus. HEX triplet: 9C, C8 and 0F. RGB value is (156,200,15). Sum of RGB (Red+Green+Blue) = 156+200+15=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC80F is #6337F0. Grayscale: #A6A6A6. Windows color (decimal): -6502385 or 1034396. OLE color: 1034396.
HSL color Cylindrical-coordinate representation of color #9CC80F: hue angle of 74.27º 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 #9CC80F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.22 |
| HSL | 74.27º | 0.86% | 0.42% | - |
| HSV(B) | 74.27º | 0.93% | 0.78% | - |
| XYZ | 34.45 | 48.41 | 7.98 | - |
| YUV | 165.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 15 | 0.22 | 0 | 0.92 | 0.22 | 74.27 | 0.86 | 0.42 |
| Hex | 9C | C8 | F | 16 | 0 | 5C | 16 | 4A | 56 | 2A |
| Octal | 234 | 310 | 17 | 26 | 0 | 134 | 26 | 112 | 126 | 52 |
| Binary | 10011100 | 11001000 | 1111 | 10110 | 0 | 1011100 | 10110 | 1001010 | 1010110 | 101010 |
Color Harmonies of #9CC80F
Complementary color
Monochromatic Colors of #9CC80F
Black with #9CC80F
Text Example
Text Example
White with #9CC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC80F; }
p { color: rgb(156,200,15); }
H1.HeaderClassName
{
color: #9CC80F;
}
.AnyTagClassName
{
color: #9CC80F;
}
</style>
background-color css
<style>
a { background-color: #9CC80F; }
a { background-color: rgb(156,200,15); }
div.DivClassName
{
background-color: #9CC80F;
}
.BgClassName
{
background-color: #9CC80F;
}
</style>
border-color css
<style>
span { border-color: #9CC80F; }
span { border-color: rgb(156,200,15); }
td.TdClassName
{
border-color: #9CC80F;
}
.TagClassName
{
border-color: #9CC80F;
}
</style>