Shades of Pale Green #96FCA5
Tints of Pale Green #96FCA5
RGB
CMYK
RGB Variations
Color information
#96FCA5 (or 0x96FCA5) is known color: Pale Green. HEX triplet: 96, FC and A5. RGB value is (150,252,165). Sum of RGB (Red+Green+Blue) = 150+252+165=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FCA5 is #69035A. Grayscale: #D3D3D3. Windows color (decimal): -6882139 or 10878102. OLE color: 10878102.
HSL color Cylindrical-coordinate representation of color #96FCA5: hue angle of 128.82º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCA5 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 165 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.01 |
| HSL | 128.82º | 0.94% | 0.79% | - |
| HSV(B) | 128.82º | 0.4% | 0.99% | - |
| XYZ | 54.18 | 78.82 | 47.96 | - |
| YUV | 211.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 165 | 0.40 | 0 | 0.35 | 0.01 | 128.82 | 0.94 | 0.79 |
| Hex | 96 | FC | A5 | 28 | 0 | 23 | 1 | 81 | 5E | 4F |
| Octal | 226 | 374 | 245 | 50 | 0 | 43 | 1 | 201 | 136 | 117 |
| Binary | 10010110 | 11111100 | 10100101 | 101000 | 0 | 100011 | 1 | 10000001 | 1011110 | 1001111 |
Color Harmonies of #96FCA5
Complementary color
Monochromatic Colors of #96FCA5
Black with #96FCA5
Text Example
Text Example
White with #96FCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCA5; }
p { color: rgb(150,252,165); }
H1.HeaderClassName
{
color: #96FCA5;
}
.AnyTagClassName
{
color: #96FCA5;
}
</style>
background-color css
<style>
a { background-color: #96FCA5; }
a { background-color: rgb(150,252,165); }
div.DivClassName
{
background-color: #96FCA5;
}
.BgClassName
{
background-color: #96FCA5;
}
</style>
border-color css
<style>
span { border-color: #96FCA5; }
span { border-color: rgb(150,252,165); }
td.TdClassName
{
border-color: #96FCA5;
}
.TagClassName
{
border-color: #96FCA5;
}
</style>