Shades of Pale Green #9CF095
Tints of Pale Green #9CF095
RGB
CMYK
RGB Variations
Color information
#9CF095 (or 0x9CF095) is known color: Pale Green. HEX triplet: 9C, F0 and 95. RGB value is (156,240,149). Sum of RGB (Red+Green+Blue) = 156+240+149=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF095 is #630F6A. Grayscale: #CCCCCC. Windows color (decimal): -6492011 or 9826460. OLE color: 9826460.
HSL color Cylindrical-coordinate representation of color #9CF095: hue angle of 115.38º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CF095 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 149 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.06 |
| HSL | 115.38º | 0.75% | 0.76% | - |
| HSV(B) | 115.38º | 0.38% | 0.94% | - |
| XYZ | 50.3 | 71.56 | 39.6 | - |
| YUV | 204.51 | 96.67 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 149 | 0.35 | 0 | 0.38 | 0.06 | 115.38 | 0.75 | 0.76 |
| Hex | 9C | F0 | 95 | 23 | 0 | 26 | 6 | 73 | 4B | 4C |
| Octal | 234 | 360 | 225 | 43 | 0 | 46 | 6 | 163 | 113 | 114 |
| Binary | 10011100 | 11110000 | 10010101 | 100011 | 0 | 100110 | 110 | 1110011 | 1001011 | 1001100 |
Color Harmonies of #9CF095
Complementary color
Monochromatic Colors of #9CF095
Black with #9CF095
Text Example
Text Example
White with #9CF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF095; }
p { color: rgb(156,240,149); }
H1.HeaderClassName
{
color: #9CF095;
}
.AnyTagClassName
{
color: #9CF095;
}
</style>
background-color css
<style>
a { background-color: #9CF095; }
a { background-color: rgb(156,240,149); }
div.DivClassName
{
background-color: #9CF095;
}
.BgClassName
{
background-color: #9CF095;
}
</style>
border-color css
<style>
span { border-color: #9CF095; }
span { border-color: rgb(156,240,149); }
td.TdClassName
{
border-color: #9CF095;
}
.TagClassName
{
border-color: #9CF095;
}
</style>