Shades of Pale Green #96EDA3
Tints of Pale Green #96EDA3
RGB
CMYK
RGB Variations
Color information
#96EDA3 (or 0x96EDA3) is known color: Pale Green. HEX triplet: 96, ED and A3. RGB value is (150,237,163). Sum of RGB (Red+Green+Blue) = 150+237+163=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EDA3 is #69125C. Grayscale: #CACACA. Windows color (decimal): -6885981 or 10743190. OLE color: 10743190.
HSL color Cylindrical-coordinate representation of color #96EDA3: hue angle of 128.97º 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 #96EDA3 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 163 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.07 |
| HSL | 128.97º | 0.71% | 0.76% | - |
| HSV(B) | 128.97º | 0.37% | 0.93% | - |
| XYZ | 49.47 | 69.7 | 45.5 | - |
| YUV | 202.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 163 | 0.37 | 0 | 0.31 | 0.07 | 128.97 | 0.71 | 0.76 |
| Hex | 96 | ED | A3 | 25 | 0 | 1F | 7 | 81 | 47 | 4C |
| Octal | 226 | 355 | 243 | 45 | 0 | 37 | 7 | 201 | 107 | 114 |
| Binary | 10010110 | 11101101 | 10100011 | 100101 | 0 | 11111 | 111 | 10000001 | 1000111 | 1001100 |
Color Harmonies of #96EDA3
Complementary color
Monochromatic Colors of #96EDA3
Black with #96EDA3
Text Example
Text Example
White with #96EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDA3; }
p { color: rgb(150,237,163); }
H1.HeaderClassName
{
color: #96EDA3;
}
.AnyTagClassName
{
color: #96EDA3;
}
</style>
background-color css
<style>
a { background-color: #96EDA3; }
a { background-color: rgb(150,237,163); }
div.DivClassName
{
background-color: #96EDA3;
}
.BgClassName
{
background-color: #96EDA3;
}
</style>
border-color css
<style>
span { border-color: #96EDA3; }
span { border-color: rgb(150,237,163); }
td.TdClassName
{
border-color: #96EDA3;
}
.TagClassName
{
border-color: #96EDA3;
}
</style>