Shades of Yellow Green #8CCF12
Tints of Yellow Green #8CCF12
RGB
CMYK
RGB Variations
Color information
#8CCF12 (or 0x8CCF12) is known color: Yellow Green. HEX triplet: 8C, CF and 12. RGB value is (140,207,18). Sum of RGB (Red+Green+Blue) = 140+207+18=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF12 is #7330ED. Grayscale: #A6A6A6. Windows color (decimal): -7549166 or 1232780. OLE color: 1232780.
HSL color Cylindrical-coordinate representation of color #8CCF12: hue angle of 81.27º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CCF12 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 18 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.19 |
| HSL | 81.27º | 0.84% | 0.44% | - |
| HSV(B) | 81.27º | 0.91% | 0.81% | - |
| XYZ | 33.24 | 50.24 | 8.52 | - |
| YUV | 165.42 | 44.8 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 18 | 0.32 | 0 | 0.91 | 0.19 | 81.27 | 0.84 | 0.44 |
| Hex | 8C | CF | 12 | 20 | 0 | 5B | 13 | 51 | 54 | 2C |
| Octal | 214 | 317 | 22 | 40 | 0 | 133 | 23 | 121 | 124 | 54 |
| Binary | 10001100 | 11001111 | 10010 | 100000 | 0 | 1011011 | 10011 | 1010001 | 1010100 | 101100 |
Color Harmonies of #8CCF12
Complementary color
Monochromatic Colors of #8CCF12
Black with #8CCF12
Text Example
Text Example
White with #8CCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF12; }
p { color: rgb(140,207,18); }
H1.HeaderClassName
{
color: #8CCF12;
}
.AnyTagClassName
{
color: #8CCF12;
}
</style>
background-color css
<style>
a { background-color: #8CCF12; }
a { background-color: rgb(140,207,18); }
div.DivClassName
{
background-color: #8CCF12;
}
.BgClassName
{
background-color: #8CCF12;
}
</style>
border-color css
<style>
span { border-color: #8CCF12; }
span { border-color: rgb(140,207,18); }
td.TdClassName
{
border-color: #8CCF12;
}
.TagClassName
{
border-color: #8CCF12;
}
</style>