Shades of Citrus #8CC009
Tints of Citrus #8CC009
RGB
CMYK
RGB Variations
Color information
#8CC009 (or 0x8CC009) is known color: Citrus. HEX triplet: 8C, C0 and 09. RGB value is (140,192,9). Sum of RGB (Red+Green+Blue) = 140+192+9=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC009 is #733FF6. Grayscale: #9C9C9C. Windows color (decimal): -7553015 or 639116. OLE color: 639116.
HSL color Cylindrical-coordinate representation of color #8CC009: hue angle of 77.05º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CC009 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.25 |
| HSL | 77.05º | 0.91% | 0.39% | - |
| HSV(B) | 77.05º | 0.95% | 0.75% | - |
| XYZ | 29.71 | 43.29 | 7.05 | - |
| YUV | 155.59 | 45.27 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 9 | 0.27 | 0 | 0.95 | 0.25 | 77.05 | 0.91 | 0.39 |
| Hex | 8C | C0 | 9 | 1B | 0 | 5F | 19 | 4D | 5B | 27 |
| Octal | 214 | 300 | 11 | 33 | 0 | 137 | 31 | 115 | 133 | 47 |
| Binary | 10001100 | 11000000 | 1001 | 11011 | 0 | 1011111 | 11001 | 1001101 | 1011011 | 100111 |
Color Harmonies of #8CC009
Complementary color
Monochromatic Colors of #8CC009
Black with #8CC009
Text Example
Text Example
White with #8CC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC009; }
p { color: rgb(140,192,9); }
H1.HeaderClassName
{
color: #8CC009;
}
.AnyTagClassName
{
color: #8CC009;
}
</style>
background-color css
<style>
a { background-color: #8CC009; }
a { background-color: rgb(140,192,9); }
div.DivClassName
{
background-color: #8CC009;
}
.BgClassName
{
background-color: #8CC009;
}
</style>
border-color css
<style>
span { border-color: #8CC009; }
span { border-color: rgb(140,192,9); }
td.TdClassName
{
border-color: #8CC009;
}
.TagClassName
{
border-color: #8CC009;
}
</style>