Shades of Pale Green #96F39A
Tints of Pale Green #96F39A
RGB
CMYK
RGB Variations
Color information
#96F39A (or 0x96F39A) is known color: Pale Green. HEX triplet: 96, F3 and 9A. RGB value is (150,243,154). Sum of RGB (Red+Green+Blue) = 150+243+154=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #96F39A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F39A is #690C65. Grayscale: #CDCDCD. Windows color (decimal): -6884454 or 10154902. OLE color: 10154902.
HSL color Cylindrical-coordinate representation of color #96F39A: hue angle of 122.58º 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 #96F39A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 154 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.05 |
| HSL | 122.58º | 0.79% | 0.77% | - |
| HSV(B) | 122.58º | 0.38% | 0.95% | - |
| XYZ | 50.46 | 72.92 | 41.99 | - |
| YUV | 205.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 154 | 0.38 | 0 | 0.37 | 0.05 | 122.58 | 0.79 | 0.77 |
| Hex | 96 | F3 | 9A | 26 | 0 | 25 | 5 | 7B | 4F | 4D |
| Octal | 226 | 363 | 232 | 46 | 0 | 45 | 5 | 173 | 117 | 115 |
| Binary | 10010110 | 11110011 | 10011010 | 100110 | 0 | 100101 | 101 | 1111011 | 1001111 | 1001101 |
Color Harmonies of #96F39A
Complementary color
Monochromatic Colors of #96F39A
Black with #96F39A
Text Example
Text Example
White with #96F39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F39A; }
p { color: rgb(150,243,154); }
H1.HeaderClassName
{
color: #96F39A;
}
.AnyTagClassName
{
color: #96F39A;
}
</style>
background-color css
<style>
a { background-color: #96F39A; }
a { background-color: rgb(150,243,154); }
div.DivClassName
{
background-color: #96F39A;
}
.BgClassName
{
background-color: #96F39A;
}
</style>
border-color css
<style>
span { border-color: #96F39A; }
span { border-color: rgb(150,243,154); }
td.TdClassName
{
border-color: #96F39A;
}
.TagClassName
{
border-color: #96F39A;
}
</style>