Shades of Pale Green #96EDA6
Tints of Pale Green #96EDA6
RGB
CMYK
RGB Variations
Color information
#96EDA6 (or 0x96EDA6) is known color: Pale Green. HEX triplet: 96, ED and A6. RGB value is (150,237,166). Sum of RGB (Red+Green+Blue) = 150+237+166=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EDA6 is #691259. Grayscale: #CBCBCB. Windows color (decimal): -6885978 or 10939798. OLE color: 10939798.
HSL color Cylindrical-coordinate representation of color #96EDA6: hue angle of 131.03º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDA6 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 166 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.07 |
| HSL | 131.03º | 0.71% | 0.76% | - |
| HSV(B) | 131.03º | 0.37% | 0.93% | - |
| XYZ | 49.74 | 69.81 | 46.93 | - |
| YUV | 202.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 166 | 0.37 | 0 | 0.30 | 0.07 | 131.03 | 0.71 | 0.76 |
| Hex | 96 | ED | A6 | 25 | 0 | 1E | 7 | 83 | 47 | 4C |
| Octal | 226 | 355 | 246 | 45 | 0 | 36 | 7 | 203 | 107 | 114 |
| Binary | 10010110 | 11101101 | 10100110 | 100101 | 0 | 11110 | 111 | 10000011 | 1000111 | 1001100 |
Color Harmonies of #96EDA6
Complementary color
Monochromatic Colors of #96EDA6
Black with #96EDA6
Text Example
Text Example
White with #96EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDA6; }
p { color: rgb(150,237,166); }
H1.HeaderClassName
{
color: #96EDA6;
}
.AnyTagClassName
{
color: #96EDA6;
}
</style>
background-color css
<style>
a { background-color: #96EDA6; }
a { background-color: rgb(150,237,166); }
div.DivClassName
{
background-color: #96EDA6;
}
.BgClassName
{
background-color: #96EDA6;
}
</style>
border-color css
<style>
span { border-color: #96EDA6; }
span { border-color: rgb(150,237,166); }
td.TdClassName
{
border-color: #96EDA6;
}
.TagClassName
{
border-color: #96EDA6;
}
</style>