Shades of Pale Green #9EFC85
Tints of Pale Green #9EFC85
RGB
CMYK
RGB Variations
Color information
#9EFC85 (or 0x9EFC85) is known color: Pale Green. HEX triplet: 9E, FC and 85. RGB value is (158,252,133). Sum of RGB (Red+Green+Blue) = 158+252+133=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFC85 is #61037A. Grayscale: #D2D2D2. Windows color (decimal): -6357883 or 8780958. OLE color: 8780958.
HSL color Cylindrical-coordinate representation of color #9EFC85: hue angle of 107.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EFC85 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 133 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.01 |
| HSL | 107.4º | 0.95% | 0.75% | - |
| HSV(B) | 107.4º | 0.47% | 0.99% | - |
| XYZ | 53.14 | 78.58 | 34.56 | - |
| YUV | 210.33 | 84.36 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 133 | 0.37 | 0 | 0.47 | 0.01 | 107.4 | 0.95 | 0.75 |
| Hex | 9E | FC | 85 | 25 | 0 | 2F | 1 | 6B | 5F | 4B |
| Octal | 236 | 374 | 205 | 45 | 0 | 57 | 1 | 153 | 137 | 113 |
| Binary | 10011110 | 11111100 | 10000101 | 100101 | 0 | 101111 | 1 | 1101011 | 1011111 | 1001011 |
Color Harmonies of #9EFC85
Complementary color
Monochromatic Colors of #9EFC85
Black with #9EFC85
Text Example
Text Example
White with #9EFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC85; }
p { color: rgb(158,252,133); }
H1.HeaderClassName
{
color: #9EFC85;
}
.AnyTagClassName
{
color: #9EFC85;
}
</style>
background-color css
<style>
a { background-color: #9EFC85; }
a { background-color: rgb(158,252,133); }
div.DivClassName
{
background-color: #9EFC85;
}
.BgClassName
{
background-color: #9EFC85;
}
</style>
border-color css
<style>
span { border-color: #9EFC85; }
span { border-color: rgb(158,252,133); }
td.TdClassName
{
border-color: #9EFC85;
}
.TagClassName
{
border-color: #9EFC85;
}
</style>