Shades of Citrus #8CC90D
Tints of Citrus #8CC90D
RGB
CMYK
RGB Variations
Color information
#8CC90D (or 0x8CC90D) is known color: Citrus. HEX triplet: 8C, C9 and 0D. RGB value is (140,201,13). Sum of RGB (Red+Green+Blue) = 140+201+13=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC90D is #7336F2. Grayscale: #A2A2A2. Windows color (decimal): -7550707 or 903564. OLE color: 903564.
HSL color Cylindrical-coordinate representation of color #8CC90D: hue angle of 79.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CC90D is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 13 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.21 |
| HSL | 79.47º | 0.88% | 0.42% | - |
| HSV(B) | 79.47º | 0.94% | 0.79% | - |
| XYZ | 31.77 | 47.38 | 7.85 | - |
| YUV | 161.33 | 44.29 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 13 | 0.30 | 0 | 0.94 | 0.21 | 79.47 | 0.88 | 0.42 |
| Hex | 8C | C9 | D | 1E | 0 | 5E | 15 | 4F | 58 | 2A |
| Octal | 214 | 311 | 15 | 36 | 0 | 136 | 25 | 117 | 130 | 52 |
| Binary | 10001100 | 11001001 | 1101 | 11110 | 0 | 1011110 | 10101 | 1001111 | 1011000 | 101010 |
Color Harmonies of #8CC90D
Complementary color
Monochromatic Colors of #8CC90D
Black with #8CC90D
Text Example
Text Example
White with #8CC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC90D; }
p { color: rgb(140,201,13); }
H1.HeaderClassName
{
color: #8CC90D;
}
.AnyTagClassName
{
color: #8CC90D;
}
</style>
background-color css
<style>
a { background-color: #8CC90D; }
a { background-color: rgb(140,201,13); }
div.DivClassName
{
background-color: #8CC90D;
}
.BgClassName
{
background-color: #8CC90D;
}
</style>
border-color css
<style>
span { border-color: #8CC90D; }
span { border-color: rgb(140,201,13); }
td.TdClassName
{
border-color: #8CC90D;
}
.TagClassName
{
border-color: #8CC90D;
}
</style>