#96D993

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

Shades of Granny Smith Apple #96D993

Tints of Granny Smith Apple #96D993

Color information

#96D993 (or 0x96D993) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D9 and 93. RGB value is (150,217,147). Sum of RGB (Red+Green+Blue) = 150+217+147=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #96D993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D993 is #69266C. Grayscale: #BDBDBD. Windows color (decimal): -6891117 or 9689494. OLE color: 9689494.

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

Color convert

RGB150217147-
CMYK0.3100.320.15
HSL117.43º47.95%71.37%-
HSV(B)117.43º32.26%85.1%-
XYZ42.6658.2236.59-
YUV188.99104.3100.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=29.18%
G=42.22%
B=28.60%

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
Decimal1502171470.3100.320.15117.4347.9571.37
Hex96D9931F020F753047
Octal226331223370401716560107
Binary100101101101100110010011111110100000111111101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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