Shades of Pale Green #9EFAA5
Tints of Pale Green #9EFAA5
RGB
CMYK
RGB Variations
Color information
#9EFAA5 (or 0x9EFAA5) is known color: Pale Green. HEX triplet: 9E, FA and A5. RGB value is (158,250,165). Sum of RGB (Red+Green+Blue) = 158+250+165=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFAA5 is #61055A. Grayscale: #D5D5D5. Windows color (decimal): -6358363 or 10877598. OLE color: 10877598.
HSL color Cylindrical-coordinate representation of color #9EFAA5: hue angle of 124.57º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFAA5 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 165 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.02 |
| HSL | 124.57º | 0.9% | 0.8% | - |
| HSV(B) | 124.57º | 0.37% | 0.98% | - |
| XYZ | 55.08 | 78.36 | 47.82 | - |
| YUV | 212.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 165 | 0.37 | 0 | 0.34 | 0.02 | 124.57 | 0.9 | 0.8 |
| Hex | 9E | FA | A5 | 25 | 0 | 22 | 2 | 7D | 5A | 50 |
| Octal | 236 | 372 | 245 | 45 | 0 | 42 | 2 | 175 | 132 | 120 |
| Binary | 10011110 | 11111010 | 10100101 | 100101 | 0 | 100010 | 10 | 1111101 | 1011010 | 1010000 |
Color Harmonies of #9EFAA5
Complementary color
Monochromatic Colors of #9EFAA5
Black with #9EFAA5
Text Example
Text Example
White with #9EFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFAA5; }
p { color: rgb(158,250,165); }
H1.HeaderClassName
{
color: #9EFAA5;
}
.AnyTagClassName
{
color: #9EFAA5;
}
</style>
background-color css
<style>
a { background-color: #9EFAA5; }
a { background-color: rgb(158,250,165); }
div.DivClassName
{
background-color: #9EFAA5;
}
.BgClassName
{
background-color: #9EFAA5;
}
</style>
border-color css
<style>
span { border-color: #9EFAA5; }
span { border-color: rgb(158,250,165); }
td.TdClassName
{
border-color: #9EFAA5;
}
.TagClassName
{
border-color: #9EFAA5;
}
</style>