Shades of Pale Green #9FF395
Tints of Pale Green #9FF395
RGB
CMYK
RGB Variations
Color information
#9FF395 (or 0x9FF395) is known color: Pale Green. HEX triplet: 9F, F3 and 95. RGB value is (159,243,149). Sum of RGB (Red+Green+Blue) = 159+243+149=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF395 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF395 is #600C6A. Grayscale: #CFCFCF. Windows color (decimal): -6294635 or 9827231. OLE color: 9827231.
HSL color Cylindrical-coordinate representation of color #9FF395: hue angle of 113.62º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FF395 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 149 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.05 |
| HSL | 113.62º | 0.8% | 0.77% | - |
| HSV(B) | 113.62º | 0.39% | 0.95% | - |
| XYZ | 51.77 | 73.64 | 39.92 | - |
| YUV | 207.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 149 | 0.35 | 0 | 0.39 | 0.05 | 113.62 | 0.8 | 0.77 |
| Hex | 9F | F3 | 95 | 23 | 0 | 27 | 5 | 72 | 50 | 4D |
| Octal | 237 | 363 | 225 | 43 | 0 | 47 | 5 | 162 | 120 | 115 |
| Binary | 10011111 | 11110011 | 10010101 | 100011 | 0 | 100111 | 101 | 1110010 | 1010000 | 1001101 |
Color Harmonies of #9FF395
Complementary color
Monochromatic Colors of #9FF395
Black with #9FF395
Text Example
Text Example
White with #9FF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF395; }
p { color: rgb(159,243,149); }
H1.HeaderClassName
{
color: #9FF395;
}
.AnyTagClassName
{
color: #9FF395;
}
</style>
background-color css
<style>
a { background-color: #9FF395; }
a { background-color: rgb(159,243,149); }
div.DivClassName
{
background-color: #9FF395;
}
.BgClassName
{
background-color: #9FF395;
}
</style>
border-color css
<style>
span { border-color: #9FF395; }
span { border-color: rgb(159,243,149); }
td.TdClassName
{
border-color: #9FF395;
}
.TagClassName
{
border-color: #9FF395;
}
</style>