Html Css Color HEX #96CE8F Granny Smith Apple
📋 copy color: '#96CE8F'red 150 ◦ green 206 ◦ blue 143
Shades of Granny Smith Apple #96CE8F
Tints of Granny Smith Apple #96CE8F
RGB
CMYK
RGB Variations
Color information
#96CE8F (or 0x96CE8F) is known color: Granny Smith Apple. HEX triplet: 96, CE and 8F. RGB value is (150,206,143). Sum of RGB (Red+Green+Blue) = 150+206+143=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE8F is #693170. Grayscale: #B6B6B6. Windows color (decimal): -6893937 or 9424534. OLE color: 9424534.
HSL color Cylindrical-coordinate representation of color #96CE8F: hue angle of 113.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CE8F is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 143 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.19 |
| HSL | 113.33º | 0.39% | 0.68% | - |
| HSV(B) | 113.33º | 0.31% | 0.81% | - |
| XYZ | 39.61 | 52.61 | 34.05 | - |
| YUV | 182.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 143 | 0.27 | 0 | 0.31 | 0.19 | 113.33 | 0.39 | 0.68 |
| Hex | 96 | CE | 8F | 1B | 0 | 1F | 13 | 71 | 27 | 44 |
| Octal | 226 | 316 | 217 | 33 | 0 | 37 | 23 | 161 | 47 | 104 |
| Binary | 10010110 | 11001110 | 10001111 | 11011 | 0 | 11111 | 10011 | 1110001 | 100111 | 1000100 |
Color Harmonies of #96CE8F
Complementary color
Monochromatic Colors of #96CE8F
Black with #96CE8F
Text Example
Text Example
White with #96CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE8F; }
p { color: rgb(150,206,143); }
H1.HeaderClassName
{
color: #96CE8F;
}
.AnyTagClassName
{
color: #96CE8F;
}
</style>
background-color css
<style>
a { background-color: #96CE8F; }
a { background-color: rgb(150,206,143); }
div.DivClassName
{
background-color: #96CE8F;
}
.BgClassName
{
background-color: #96CE8F;
}
</style>
border-color css
<style>
span { border-color: #96CE8F; }
span { border-color: rgb(150,206,143); }
td.TdClassName
{
border-color: #96CE8F;
}
.TagClassName
{
border-color: #96CE8F;
}
</style>