Shades of Pale Green #96EFA8
Tints of Pale Green #96EFA8
RGB
CMYK
RGB Variations
Color information
#96EFA8 (or 0x96EFA8) is known color: Pale Green. HEX triplet: 96, EF and A8. RGB value is (150,239,168). Sum of RGB (Red+Green+Blue) = 150+239+168=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFA8 is #691057. Grayscale: #CCCCCC. Windows color (decimal): -6885464 or 11071382. OLE color: 11071382.
HSL color Cylindrical-coordinate representation of color #96EFA8: hue angle of 132.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFA8 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 168 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.06 |
| HSL | 132.13º | 0.74% | 0.76% | - |
| HSV(B) | 132.13º | 0.37% | 0.94% | - |
| XYZ | 50.51 | 71.04 | 48.1 | - |
| YUV | 204.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 168 | 0.37 | 0 | 0.30 | 0.06 | 132.13 | 0.74 | 0.76 |
| Hex | 96 | EF | A8 | 25 | 0 | 1E | 6 | 84 | 4A | 4C |
| Octal | 226 | 357 | 250 | 45 | 0 | 36 | 6 | 204 | 112 | 114 |
| Binary | 10010110 | 11101111 | 10101000 | 100101 | 0 | 11110 | 110 | 10000100 | 1001010 | 1001100 |
Color Harmonies of #96EFA8
Complementary color
Monochromatic Colors of #96EFA8
Black with #96EFA8
Text Example
Text Example
White with #96EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFA8; }
p { color: rgb(150,239,168); }
H1.HeaderClassName
{
color: #96EFA8;
}
.AnyTagClassName
{
color: #96EFA8;
}
</style>
background-color css
<style>
a { background-color: #96EFA8; }
a { background-color: rgb(150,239,168); }
div.DivClassName
{
background-color: #96EFA8;
}
.BgClassName
{
background-color: #96EFA8;
}
</style>
border-color css
<style>
span { border-color: #96EFA8; }
span { border-color: rgb(150,239,168); }
td.TdClassName
{
border-color: #96EFA8;
}
.TagClassName
{
border-color: #96EFA8;
}
</style>