Shades of Light Green #9CF28C
Tints of Light Green #9CF28C
RGB
CMYK
RGB Variations
Color information
#9CF28C (or 0x9CF28C) is known color: Light Green. HEX triplet: 9C, F2 and 8C. RGB value is (156,242,140). Sum of RGB (Red+Green+Blue) = 156+242+140=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF28C is #630D73. Grayscale: #CCCCCC. Windows color (decimal): -6491508 or 9237148. OLE color: 9237148.
HSL color Cylindrical-coordinate representation of color #9CF28C: hue angle of 110.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CF28C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 140 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.05 |
| HSL | 110.59º | 0.8% | 0.75% | - |
| HSV(B) | 110.59º | 0.42% | 0.95% | - |
| XYZ | 50.2 | 72.47 | 36.15 | - |
| YUV | 204.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 140 | 0.36 | 0 | 0.42 | 0.05 | 110.59 | 0.8 | 0.75 |
| Hex | 9C | F2 | 8C | 24 | 0 | 2A | 5 | 6F | 50 | 4B |
| Octal | 234 | 362 | 214 | 44 | 0 | 52 | 5 | 157 | 120 | 113 |
| Binary | 10011100 | 11110010 | 10001100 | 100100 | 0 | 101010 | 101 | 1101111 | 1010000 | 1001011 |
Color Harmonies of #9CF28C
Complementary color
Monochromatic Colors of #9CF28C
Black with #9CF28C
Text Example
Text Example
White with #9CF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF28C; }
p { color: rgb(156,242,140); }
H1.HeaderClassName
{
color: #9CF28C;
}
.AnyTagClassName
{
color: #9CF28C;
}
</style>
background-color css
<style>
a { background-color: #9CF28C; }
a { background-color: rgb(156,242,140); }
div.DivClassName
{
background-color: #9CF28C;
}
.BgClassName
{
background-color: #9CF28C;
}
</style>
border-color css
<style>
span { border-color: #9CF28C; }
span { border-color: rgb(156,242,140); }
td.TdClassName
{
border-color: #9CF28C;
}
.TagClassName
{
border-color: #9CF28C;
}
</style>