Shades of Citrus #9CC607
Tints of Citrus #9CC607
RGB
CMYK
RGB Variations
Color information
#9CC607 (or 0x9CC607) is known color: Citrus. HEX triplet: 9C, C6 and 07. RGB value is (156,198,7). Sum of RGB (Red+Green+Blue) = 156+198+7=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC607 is #6339F8. Grayscale: #A4A4A4. Windows color (decimal): -6502905 or 509596. OLE color: 509596.
HSL color Cylindrical-coordinate representation of color #9CC607: hue angle of 73.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CC607 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 7 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.22 |
| HSL | 73.19º | 0.93% | 0.4% | - |
| HSV(B) | 73.19º | 0.96% | 0.78% | - |
| XYZ | 33.94 | 47.47 | 7.57 | - |
| YUV | 163.67 | 39.59 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 7 | 0.21 | 0 | 0.96 | 0.22 | 73.19 | 0.93 | 0.4 |
| Hex | 9C | C6 | 7 | 15 | 0 | 60 | 16 | 49 | 5D | 28 |
| Octal | 234 | 306 | 7 | 25 | 0 | 140 | 26 | 111 | 135 | 50 |
| Binary | 10011100 | 11000110 | 111 | 10101 | 0 | 1100000 | 10110 | 1001001 | 1011101 | 101000 |
Color Harmonies of #9CC607
Complementary color
Monochromatic Colors of #9CC607
Black with #9CC607
Text Example
Text Example
White with #9CC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC607; }
p { color: rgb(156,198,7); }
H1.HeaderClassName
{
color: #9CC607;
}
.AnyTagClassName
{
color: #9CC607;
}
</style>
background-color css
<style>
a { background-color: #9CC607; }
a { background-color: rgb(156,198,7); }
div.DivClassName
{
background-color: #9CC607;
}
.BgClassName
{
background-color: #9CC607;
}
</style>
border-color css
<style>
span { border-color: #9CC607; }
span { border-color: rgb(156,198,7); }
td.TdClassName
{
border-color: #9CC607;
}
.TagClassName
{
border-color: #9CC607;
}
</style>