Shades of Green Yellow #9CF140
Tints of Green Yellow #9CF140
RGB
CMYK
RGB Variations
Color information
#9CF140 (or 0x9CF140) is known color: Green Yellow. HEX triplet: 9C, F1 and 40. RGB value is (156,241,64). Sum of RGB (Red+Green+Blue) = 156+241+64=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF140 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CF140 is #630EBF. Grayscale: #C4C4C4. Windows color (decimal): -6491840 or 4256156. OLE color: 4256156.
HSL color Cylindrical-coordinate representation of color #9CF140: hue angle of 88.81º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CF140 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 64 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.05 |
| HSL | 88.81º | 0.86% | 0.6% | - |
| HSV(B) | 88.81º | 0.73% | 0.95% | - |
| XYZ | 46.09 | 70.35 | 16 | - |
| YUV | 195.41 | 53.84 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 64 | 0.35 | 0 | 0.73 | 0.05 | 88.81 | 0.86 | 0.6 |
| Hex | 9C | F1 | 40 | 23 | 0 | 49 | 5 | 59 | 56 | 3C |
| Octal | 234 | 361 | 100 | 43 | 0 | 111 | 5 | 131 | 126 | 74 |
| Binary | 10011100 | 11110001 | 1000000 | 100011 | 0 | 1001001 | 101 | 1011001 | 1010110 | 111100 |
Color Harmonies of #9CF140
Complementary color
Monochromatic Colors of #9CF140
Black with #9CF140
Text Example
Text Example
White with #9CF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF140; }
p { color: rgb(156,241,64); }
H1.HeaderClassName
{
color: #9CF140;
}
.AnyTagClassName
{
color: #9CF140;
}
</style>
background-color css
<style>
a { background-color: #9CF140; }
a { background-color: rgb(156,241,64); }
div.DivClassName
{
background-color: #9CF140;
}
.BgClassName
{
background-color: #9CF140;
}
</style>
border-color css
<style>
span { border-color: #9CF140; }
span { border-color: rgb(156,241,64); }
td.TdClassName
{
border-color: #9CF140;
}
.TagClassName
{
border-color: #9CF140;
}
</style>