#96DA96

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

Shades of Granny Smith Apple #96DA96

Tints of Granny Smith Apple #96DA96

Color information

#96DA96 (or 0x96DA96) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DA and 96. RGB value is (150,218,150). Sum of RGB (Red+Green+Blue) = 150+218+150=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DA96 is #692569. Grayscale: #BEBEBE. Windows color (decimal): -6890858 or 9886358. OLE color: 9886358.

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

Color convert

RGB150218150-
CMYK0.3100.310.15
HSL120º47.89%72.16%-
HSV(B)120º31.19%85.49%-
XYZ43.1558.8337.93-
YUV189.92105.4799.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=28.96%
G=42.08%
B=28.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181500.3100.310.1512047.8972.16
Hex96DA961F01FF783048
Octal226332226370371717060110
Binary10010110110110101001011011111011111111111110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,218,150); }

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

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

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

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

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

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

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