Shades of Citrus #8CCA11
Tints of Citrus #8CCA11
RGB
CMYK
RGB Variations
Color information
#8CCA11 (or 0x8CCA11) is known color: Citrus. HEX triplet: 8C, CA and 11. RGB value is (140,202,17). Sum of RGB (Red+Green+Blue) = 140+202+17=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA11 is #7335EE. Grayscale: #A3A3A3. Windows color (decimal): -7550447 or 1165964. OLE color: 1165964.
HSL color Cylindrical-coordinate representation of color #8CCA11: hue angle of 80.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CCA11 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 17 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.21 |
| HSL | 80.11º | 0.84% | 0.43% | - |
| HSV(B) | 80.11º | 0.92% | 0.79% | - |
| XYZ | 32.04 | 47.86 | 8.08 | - |
| YUV | 162.37 | 45.96 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 17 | 0.31 | 0 | 0.92 | 0.21 | 80.11 | 0.84 | 0.43 |
| Hex | 8C | CA | 11 | 1F | 0 | 5C | 15 | 50 | 54 | 2B |
| Octal | 214 | 312 | 21 | 37 | 0 | 134 | 25 | 120 | 124 | 53 |
| Binary | 10001100 | 11001010 | 10001 | 11111 | 0 | 1011100 | 10101 | 1010000 | 1010100 | 101011 |
Color Harmonies of #8CCA11
Complementary color
Monochromatic Colors of #8CCA11
Black with #8CCA11
Text Example
Text Example
White with #8CCA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA11; }
p { color: rgb(140,202,17); }
H1.HeaderClassName
{
color: #8CCA11;
}
.AnyTagClassName
{
color: #8CCA11;
}
</style>
background-color css
<style>
a { background-color: #8CCA11; }
a { background-color: rgb(140,202,17); }
div.DivClassName
{
background-color: #8CCA11;
}
.BgClassName
{
background-color: #8CCA11;
}
</style>
border-color css
<style>
span { border-color: #8CCA11; }
span { border-color: rgb(140,202,17); }
td.TdClassName
{
border-color: #8CCA11;
}
.TagClassName
{
border-color: #8CCA11;
}
</style>