Shades of Pale Green #96EEA4
Tints of Pale Green #96EEA4
RGB
CMYK
RGB Variations
Color information
#96EEA4 (or 0x96EEA4) is known color: Pale Green. HEX triplet: 96, EE and A4. RGB value is (150,238,164). Sum of RGB (Red+Green+Blue) = 150+238+164=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EEA4 is #69115B. Grayscale: #CBCBCB. Windows color (decimal): -6885724 or 10808982. OLE color: 10808982.
HSL color Cylindrical-coordinate representation of color #96EEA4: hue angle of 129.55º degrees, saturation: 0.72, 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 #96EEA4 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 164 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.07 |
| HSL | 129.55º | 0.72% | 0.76% | - |
| HSV(B) | 129.55º | 0.37% | 0.93% | - |
| XYZ | 49.85 | 70.31 | 46.07 | - |
| YUV | 203.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 164 | 0.37 | 0 | 0.31 | 0.07 | 129.55 | 0.72 | 0.76 |
| Hex | 96 | EE | A4 | 25 | 0 | 1F | 7 | 82 | 48 | 4C |
| Octal | 226 | 356 | 244 | 45 | 0 | 37 | 7 | 202 | 110 | 114 |
| Binary | 10010110 | 11101110 | 10100100 | 100101 | 0 | 11111 | 111 | 10000010 | 1001000 | 1001100 |
Color Harmonies of #96EEA4
Complementary color
Monochromatic Colors of #96EEA4
Black with #96EEA4
Text Example
Text Example
White with #96EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEA4; }
p { color: rgb(150,238,164); }
H1.HeaderClassName
{
color: #96EEA4;
}
.AnyTagClassName
{
color: #96EEA4;
}
</style>
background-color css
<style>
a { background-color: #96EEA4; }
a { background-color: rgb(150,238,164); }
div.DivClassName
{
background-color: #96EEA4;
}
.BgClassName
{
background-color: #96EEA4;
}
</style>
border-color css
<style>
span { border-color: #96EEA4; }
span { border-color: rgb(150,238,164); }
td.TdClassName
{
border-color: #96EEA4;
}
.TagClassName
{
border-color: #96EEA4;
}
</style>