Html Css Color HEX #96CF8C Granny Smith Apple
📋 copy color: '#96CF8C'red 150 ◦ green 207 ◦ blue 140
Shades of Granny Smith Apple #96CF8C
Tints of Granny Smith Apple #96CF8C
RGB
CMYK
RGB Variations
Color information
#96CF8C (or 0x96CF8C) is known color: Granny Smith Apple. HEX triplet: 96, CF and 8C. RGB value is (150,207,140). Sum of RGB (Red+Green+Blue) = 150+207+140=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF8C is #693073. Grayscale: #B6B6B6. Windows color (decimal): -6893684 or 9228182. OLE color: 9228182.
HSL color Cylindrical-coordinate representation of color #96CF8C: hue angle of 111.04º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CF8C is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 140 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.19 |
| HSL | 111.04º | 0.41% | 0.68% | - |
| HSV(B) | 111.04º | 0.32% | 0.81% | - |
| XYZ | 39.62 | 53 | 32.95 | - |
| YUV | 182.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 140 | 0.28 | 0 | 0.32 | 0.19 | 111.04 | 0.41 | 0.68 |
| Hex | 96 | CF | 8C | 1C | 0 | 20 | 13 | 6F | 29 | 44 |
| Octal | 226 | 317 | 214 | 34 | 0 | 40 | 23 | 157 | 51 | 104 |
| Binary | 10010110 | 11001111 | 10001100 | 11100 | 0 | 100000 | 10011 | 1101111 | 101001 | 1000100 |
Color Harmonies of #96CF8C
Complementary color
Monochromatic Colors of #96CF8C
Black with #96CF8C
Text Example
Text Example
White with #96CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF8C; }
p { color: rgb(150,207,140); }
H1.HeaderClassName
{
color: #96CF8C;
}
.AnyTagClassName
{
color: #96CF8C;
}
</style>
background-color css
<style>
a { background-color: #96CF8C; }
a { background-color: rgb(150,207,140); }
div.DivClassName
{
background-color: #96CF8C;
}
.BgClassName
{
background-color: #96CF8C;
}
</style>
border-color css
<style>
span { border-color: #96CF8C; }
span { border-color: rgb(150,207,140); }
td.TdClassName
{
border-color: #96CF8C;
}
.TagClassName
{
border-color: #96CF8C;
}
</style>