Shades of Citrus #9CC508
Tints of Citrus #9CC508
RGB
CMYK
RGB Variations
Color information
#9CC508 (or 0x9CC508) is known color: Citrus. HEX triplet: 9C, C5 and 08. RGB value is (156,197,8). Sum of RGB (Red+Green+Blue) = 156+197+8=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC508 is #633AF7. Grayscale: #A3A3A3. Windows color (decimal): -6503160 or 574876. OLE color: 574876.
HSL color Cylindrical-coordinate representation of color #9CC508: hue angle of 73.02º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CC508 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 8 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.23 |
| HSL | 73.02º | 0.92% | 0.4% | - |
| HSV(B) | 73.02º | 0.96% | 0.77% | - |
| XYZ | 33.72 | 47.02 | 7.53 | - |
| YUV | 163.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 8 | 0.21 | 0 | 0.96 | 0.23 | 73.02 | 0.92 | 0.4 |
| Hex | 9C | C5 | 8 | 15 | 0 | 60 | 17 | 49 | 5C | 28 |
| Octal | 234 | 305 | 10 | 25 | 0 | 140 | 27 | 111 | 134 | 50 |
| Binary | 10011100 | 11000101 | 1000 | 10101 | 0 | 1100000 | 10111 | 1001001 | 1011100 | 101000 |
Color Harmonies of #9CC508
Complementary color
Monochromatic Colors of #9CC508
Black with #9CC508
Text Example
Text Example
White with #9CC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC508; }
p { color: rgb(156,197,8); }
H1.HeaderClassName
{
color: #9CC508;
}
.AnyTagClassName
{
color: #9CC508;
}
</style>
background-color css
<style>
a { background-color: #9CC508; }
a { background-color: rgb(156,197,8); }
div.DivClassName
{
background-color: #9CC508;
}
.BgClassName
{
background-color: #9CC508;
}
</style>
border-color css
<style>
span { border-color: #9CC508; }
span { border-color: rgb(156,197,8); }
td.TdClassName
{
border-color: #9CC508;
}
.TagClassName
{
border-color: #9CC508;
}
</style>