Shades of Citrus #9CB40F
Tints of Citrus #9CB40F
RGB
CMYK
RGB Variations
Color information
#9CB40F (or 0x9CB40F) is known color: Citrus. HEX triplet: 9C, B4 and 0F. RGB value is (156,180,15). Sum of RGB (Red+Green+Blue) = 156+180+15=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB40F is #634BF0. Grayscale: #9A9A9A. Windows color (decimal): -6507505 or 1029276. OLE color: 1029276.
HSL color Cylindrical-coordinate representation of color #9CB40F: hue angle of 68.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CB40F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.29 |
| HSL | 68.73º | 0.85% | 0.38% | - |
| HSV(B) | 68.73º | 0.92% | 0.71% | - |
| XYZ | 30.12 | 39.74 | 6.54 | - |
| YUV | 154.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 15 | 0.13 | 0 | 0.92 | 0.29 | 68.73 | 0.85 | 0.38 |
| Hex | 9C | B4 | F | D | 0 | 5C | 1D | 45 | 55 | 26 |
| Octal | 234 | 264 | 17 | 15 | 0 | 134 | 35 | 105 | 125 | 46 |
| Binary | 10011100 | 10110100 | 1111 | 1101 | 0 | 1011100 | 11101 | 1000101 | 1010101 | 100110 |
Color Harmonies of #9CB40F
Complementary color
Monochromatic Colors of #9CB40F
Black with #9CB40F
Text Example
Text Example
White with #9CB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB40F; }
p { color: rgb(156,180,15); }
H1.HeaderClassName
{
color: #9CB40F;
}
.AnyTagClassName
{
color: #9CB40F;
}
</style>
background-color css
<style>
a { background-color: #9CB40F; }
a { background-color: rgb(156,180,15); }
div.DivClassName
{
background-color: #9CB40F;
}
.BgClassName
{
background-color: #9CB40F;
}
</style>
border-color css
<style>
span { border-color: #9CB40F; }
span { border-color: rgb(156,180,15); }
td.TdClassName
{
border-color: #9CB40F;
}
.TagClassName
{
border-color: #9CB40F;
}
</style>