Shades of Pale Green #96F3A1
Tints of Pale Green #96F3A1
RGB
CMYK
RGB Variations
Color information
#96F3A1 (or 0x96F3A1) is known color: Pale Green. HEX triplet: 96, F3 and A1. RGB value is (150,243,161). Sum of RGB (Red+Green+Blue) = 150+243+161=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #96F3A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F3A1 is #690C5E. Grayscale: #CECECE. Windows color (decimal): -6884447 or 10613654. OLE color: 10613654.
HSL color Cylindrical-coordinate representation of color #96F3A1: hue angle of 127.1º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F3A1 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 161 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.05 |
| HSL | 127.1º | 0.79% | 0.77% | - |
| HSV(B) | 127.1º | 0.38% | 0.95% | - |
| XYZ | 51.06 | 73.16 | 45.15 | - |
| YUV | 205.85 | 102.69 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 161 | 0.38 | 0 | 0.34 | 0.05 | 127.1 | 0.79 | 0.77 |
| Hex | 96 | F3 | A1 | 26 | 0 | 22 | 5 | 7F | 4F | 4D |
| Octal | 226 | 363 | 241 | 46 | 0 | 42 | 5 | 177 | 117 | 115 |
| Binary | 10010110 | 11110011 | 10100001 | 100110 | 0 | 100010 | 101 | 1111111 | 1001111 | 1001101 |
Color Harmonies of #96F3A1
Complementary color
Monochromatic Colors of #96F3A1
Black with #96F3A1
Text Example
Text Example
White with #96F3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F3A1; }
p { color: rgb(150,243,161); }
H1.HeaderClassName
{
color: #96F3A1;
}
.AnyTagClassName
{
color: #96F3A1;
}
</style>
background-color css
<style>
a { background-color: #96F3A1; }
a { background-color: rgb(150,243,161); }
div.DivClassName
{
background-color: #96F3A1;
}
.BgClassName
{
background-color: #96F3A1;
}
</style>
border-color css
<style>
span { border-color: #96F3A1; }
span { border-color: rgb(150,243,161); }
td.TdClassName
{
border-color: #96F3A1;
}
.TagClassName
{
border-color: #96F3A1;
}
</style>