Shades of Summer Green #96C09D
Tints of Summer Green #96C09D
RGB
CMYK
RGB Variations
Color information
#96C09D (or 0x96C09D) is known color: Summer Green. HEX triplet: 96, C0 and 9D. RGB value is (150,192,157). Sum of RGB (Red+Green+Blue) = 150+192+157=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #96C09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C09D is #693F62. Grayscale: #AFAFAF. Windows color (decimal): -6897507 or 10338454. OLE color: 10338454.
HSL color Cylindrical-coordinate representation of color #96C09D: hue angle of 130º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C09D is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 157 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.25 |
| HSL | 130º | 0.25% | 0.67% | - |
| HSV(B) | 130º | 0.22% | 0.75% | - |
| XYZ | 37.51 | 46.62 | 38.92 | - |
| YUV | 175.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 157 | 0.22 | 0 | 0.18 | 0.25 | 130 | 0.25 | 0.67 |
| Hex | 96 | C0 | 9D | 16 | 0 | 12 | 19 | 82 | 19 | 43 |
| Octal | 226 | 300 | 235 | 26 | 0 | 22 | 31 | 202 | 31 | 103 |
| Binary | 10010110 | 11000000 | 10011101 | 10110 | 0 | 10010 | 11001 | 10000010 | 11001 | 1000011 |
Color Harmonies of #96C09D
Complementary color
Monochromatic Colors of #96C09D
Black with #96C09D
Text Example
Text Example
White with #96C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C09D; }
p { color: rgb(150,192,157); }
H1.HeaderClassName
{
color: #96C09D;
}
.AnyTagClassName
{
color: #96C09D;
}
</style>
background-color css
<style>
a { background-color: #96C09D; }
a { background-color: rgb(150,192,157); }
div.DivClassName
{
background-color: #96C09D;
}
.BgClassName
{
background-color: #96C09D;
}
</style>
border-color css
<style>
span { border-color: #96C09D; }
span { border-color: rgb(150,192,157); }
td.TdClassName
{
border-color: #96C09D;
}
.TagClassName
{
border-color: #96C09D;
}
</style>