Shades of Light Green #9DF28F
Tints of Light Green #9DF28F
RGB
CMYK
RGB Variations
Color information
#9DF28F (or 0x9DF28F) is known color: Light Green. HEX triplet: 9D, F2 and 8F. RGB value is (157,242,143). Sum of RGB (Red+Green+Blue) = 157+242+143=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF28F is #620D70. Grayscale: #CDCDCD. Windows color (decimal): -6425969 or 9433757. OLE color: 9433757.
HSL color Cylindrical-coordinate representation of color #9DF28F: hue angle of 111.52º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DF28F is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 143 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.05 |
| HSL | 111.52º | 0.79% | 0.75% | - |
| HSV(B) | 111.52º | 0.41% | 0.95% | - |
| XYZ | 50.61 | 72.66 | 37.34 | - |
| YUV | 205.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 143 | 0.35 | 0 | 0.41 | 0.05 | 111.52 | 0.79 | 0.75 |
| Hex | 9D | F2 | 8F | 23 | 0 | 29 | 5 | 70 | 4F | 4B |
| Octal | 235 | 362 | 217 | 43 | 0 | 51 | 5 | 160 | 117 | 113 |
| Binary | 10011101 | 11110010 | 10001111 | 100011 | 0 | 101001 | 101 | 1110000 | 1001111 | 1001011 |
Color Harmonies of #9DF28F
Complementary color
Monochromatic Colors of #9DF28F
Black with #9DF28F
Text Example
Text Example
White with #9DF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF28F; }
p { color: rgb(157,242,143); }
H1.HeaderClassName
{
color: #9DF28F;
}
.AnyTagClassName
{
color: #9DF28F;
}
</style>
background-color css
<style>
a { background-color: #9DF28F; }
a { background-color: rgb(157,242,143); }
div.DivClassName
{
background-color: #9DF28F;
}
.BgClassName
{
background-color: #9DF28F;
}
</style>
border-color css
<style>
span { border-color: #9DF28F; }
span { border-color: rgb(157,242,143); }
td.TdClassName
{
border-color: #9DF28F;
}
.TagClassName
{
border-color: #9DF28F;
}
</style>