Shades of Yellow Green #8CCF14
Tints of Yellow Green #8CCF14
RGB
CMYK
RGB Variations
Color information
#8CCF14 (or 0x8CCF14) is known color: Yellow Green. HEX triplet: 8C, CF and 14. RGB value is (140,207,20). Sum of RGB (Red+Green+Blue) = 140+207+20=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF14 is #7330EB. Grayscale: #A6A6A6. Windows color (decimal): -7549164 or 1363852. OLE color: 1363852.
HSL color Cylindrical-coordinate representation of color #8CCF14: hue angle of 81.5º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CCF14 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 20 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.19 |
| HSL | 81.5º | 0.82% | 0.45% | - |
| HSV(B) | 81.5º | 0.9% | 0.81% | - |
| XYZ | 33.25 | 50.25 | 8.61 | - |
| YUV | 165.65 | 45.8 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 20 | 0.32 | 0 | 0.90 | 0.19 | 81.5 | 0.82 | 0.45 |
| Hex | 8C | CF | 14 | 20 | 0 | 5A | 13 | 51 | 52 | 2D |
| Octal | 214 | 317 | 24 | 40 | 0 | 132 | 23 | 121 | 122 | 55 |
| Binary | 10001100 | 11001111 | 10100 | 100000 | 0 | 1011010 | 10011 | 1010001 | 1010010 | 101101 |
Color Harmonies of #8CCF14
Complementary color
Monochromatic Colors of #8CCF14
Black with #8CCF14
Text Example
Text Example
White with #8CCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF14; }
p { color: rgb(140,207,20); }
H1.HeaderClassName
{
color: #8CCF14;
}
.AnyTagClassName
{
color: #8CCF14;
}
</style>
background-color css
<style>
a { background-color: #8CCF14; }
a { background-color: rgb(140,207,20); }
div.DivClassName
{
background-color: #8CCF14;
}
.BgClassName
{
background-color: #8CCF14;
}
</style>
border-color css
<style>
span { border-color: #8CCF14; }
span { border-color: rgb(140,207,20); }
td.TdClassName
{
border-color: #8CCF14;
}
.TagClassName
{
border-color: #8CCF14;
}
</style>