Shades of Pale Green #96EBA3
Tints of Pale Green #96EBA3
RGB
CMYK
RGB Variations
Color information
#96EBA3 (or 0x96EBA3) is known color: Pale Green. HEX triplet: 96, EB and A3. RGB value is (150,235,163). Sum of RGB (Red+Green+Blue) = 150+235+163=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBA3 is #69145C. Grayscale: #C9C9C9. Windows color (decimal): -6886493 or 10742678. OLE color: 10742678.
HSL color Cylindrical-coordinate representation of color #96EBA3: hue angle of 129.18º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBA3 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 163 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.08 |
| HSL | 129.18º | 0.68% | 0.75% | - |
| HSV(B) | 129.18º | 0.36% | 0.92% | - |
| XYZ | 48.9 | 68.55 | 45.3 | - |
| YUV | 201.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 163 | 0.36 | 0 | 0.31 | 0.08 | 129.18 | 0.68 | 0.75 |
| Hex | 96 | EB | A3 | 24 | 0 | 1F | 8 | 81 | 44 | 4B |
| Octal | 226 | 353 | 243 | 44 | 0 | 37 | 10 | 201 | 104 | 113 |
| Binary | 10010110 | 11101011 | 10100011 | 100100 | 0 | 11111 | 1000 | 10000001 | 1000100 | 1001011 |
Color Harmonies of #96EBA3
Complementary color
Monochromatic Colors of #96EBA3
Black with #96EBA3
Text Example
Text Example
White with #96EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBA3; }
p { color: rgb(150,235,163); }
H1.HeaderClassName
{
color: #96EBA3;
}
.AnyTagClassName
{
color: #96EBA3;
}
</style>
background-color css
<style>
a { background-color: #96EBA3; }
a { background-color: rgb(150,235,163); }
div.DivClassName
{
background-color: #96EBA3;
}
.BgClassName
{
background-color: #96EBA3;
}
</style>
border-color css
<style>
span { border-color: #96EBA3; }
span { border-color: rgb(150,235,163); }
td.TdClassName
{
border-color: #96EBA3;
}
.TagClassName
{
border-color: #96EBA3;
}
</style>