#96D994

Color #96D994 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #96D994

Tints of Granny Smith Apple #96D994

Color information

#96D994 (or 0x96D994) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D9 and 94. RGB value is (150,217,148). Sum of RGB (Red+Green+Blue) = 150+217+148=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #96D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D994 is #69266B. Grayscale: #BDBDBD. Windows color (decimal): -6891116 or 9755030. OLE color: 9755030.

HSL color Cylindrical-coordinate representation of color #96D994: hue angle of 118.26º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D994 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB150217148-
CMYK0.3100.320.15
HSL118.26º47.59%71.57%-
HSV(B)118.26º31.8%85.1%-
XYZ42.7458.2537.01-
YUV189.1104.8100.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=29.13%
G=42.14%
B=28.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171480.3100.320.15118.2647.5971.57
Hex96D9941F020F763048
Octal226331224370401716660110
Binary100101101101100110010100111110100000111111101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D994; }

 p { color: rgb(150,217,148); }

 H1.HeaderClassName
 {
   color: #96D994;
 }
 .AnyTagClassName
 {
   color: #96D994;
 }
</style>
background-color css

<style>
 a { background-color: #96D994; }

 a { background-color: rgb(150,217,148); }

 div.DivClassName
 {
   background-color: #96D994;
 }
 .BgClassName
 {
   background-color: #96D994;
 }
</style>
border-color css

<style>
 span { border-color: #96D994; }

 span { border-color: rgb(150,217,148); }

 td.TdClassName
 {
   border-color: #96D994;
 }
 .TagClassName
 {
   border-color: #96D994;
 }
</style>