Shades of Pale Green #9BFD9E
Tints of Pale Green #9BFD9E
RGB
CMYK
RGB Variations
Color information
#9BFD9E (or 0x9BFD9E) is known color: Pale Green. HEX triplet: 9B, FD and 9E. RGB value is (155,253,158). Sum of RGB (Red+Green+Blue) = 155+253+158=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFD9E is #640261. Grayscale: #D5D5D5. Windows color (decimal): -6554210 or 10419611. OLE color: 10419611.
HSL color Cylindrical-coordinate representation of color #9BFD9E: hue angle of 121.84º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFD9E is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 158 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.01 |
| HSL | 121.84º | 0.96% | 0.8% | - |
| HSV(B) | 121.84º | 0.39% | 0.99% | - |
| XYZ | 54.81 | 79.69 | 44.84 | - |
| YUV | 212.87 | 97.03 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 158 | 0.39 | 0 | 0.38 | 0.01 | 121.84 | 0.96 | 0.8 |
| Hex | 9B | FD | 9E | 27 | 0 | 26 | 1 | 7A | 60 | 50 |
| Octal | 233 | 375 | 236 | 47 | 0 | 46 | 1 | 172 | 140 | 120 |
| Binary | 10011011 | 11111101 | 10011110 | 100111 | 0 | 100110 | 1 | 1111010 | 1100000 | 1010000 |
Color Harmonies of #9BFD9E
Complementary color
Monochromatic Colors of #9BFD9E
Black with #9BFD9E
Text Example
Text Example
White with #9BFD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFD9E; }
p { color: rgb(155,253,158); }
H1.HeaderClassName
{
color: #9BFD9E;
}
.AnyTagClassName
{
color: #9BFD9E;
}
</style>
background-color css
<style>
a { background-color: #9BFD9E; }
a { background-color: rgb(155,253,158); }
div.DivClassName
{
background-color: #9BFD9E;
}
.BgClassName
{
background-color: #9BFD9E;
}
</style>
border-color css
<style>
span { border-color: #9BFD9E; }
span { border-color: rgb(155,253,158); }
td.TdClassName
{
border-color: #9BFD9E;
}
.TagClassName
{
border-color: #9BFD9E;
}
</style>