Shades of Citrus #8CC209
Tints of Citrus #8CC209
RGB
CMYK
RGB Variations
Color information
#8CC209 (or 0x8CC209) is known color: Citrus. HEX triplet: 8C, C2 and 09. RGB value is (140,194,9). Sum of RGB (Red+Green+Blue) = 140+194+9=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC209 is #733DF6. Grayscale: #9D9D9D. Windows color (decimal): -7552503 or 639628. OLE color: 639628.
HSL color Cylindrical-coordinate representation of color #8CC209: hue angle of 77.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CC209 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 9 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.24 |
| HSL | 77.51º | 0.91% | 0.4% | - |
| HSV(B) | 77.51º | 0.95% | 0.76% | - |
| XYZ | 30.16 | 44.18 | 7.2 | - |
| YUV | 156.76 | 44.61 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 9 | 0.28 | 0 | 0.95 | 0.24 | 77.51 | 0.91 | 0.4 |
| Hex | 8C | C2 | 9 | 1C | 0 | 5F | 18 | 4E | 5B | 28 |
| Octal | 214 | 302 | 11 | 34 | 0 | 137 | 30 | 116 | 133 | 50 |
| Binary | 10001100 | 11000010 | 1001 | 11100 | 0 | 1011111 | 11000 | 1001110 | 1011011 | 101000 |
Color Harmonies of #8CC209
Complementary color
Monochromatic Colors of #8CC209
Black with #8CC209
Text Example
Text Example
White with #8CC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC209; }
p { color: rgb(140,194,9); }
H1.HeaderClassName
{
color: #8CC209;
}
.AnyTagClassName
{
color: #8CC209;
}
</style>
background-color css
<style>
a { background-color: #8CC209; }
a { background-color: rgb(140,194,9); }
div.DivClassName
{
background-color: #8CC209;
}
.BgClassName
{
background-color: #8CC209;
}
</style>
border-color css
<style>
span { border-color: #8CC209; }
span { border-color: rgb(140,194,9); }
td.TdClassName
{
border-color: #8CC209;
}
.TagClassName
{
border-color: #8CC209;
}
</style>