#96D78A

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

Shades of Granny Smith Apple #96D78A

Tints of Granny Smith Apple #96D78A

Color information

#96D78A (or 0x96D78A) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D7 and 8A. RGB value is (150,215,138). Sum of RGB (Red+Green+Blue) = 150+215+138=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #96D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D78A is #692875. Grayscale: #BBBBBB. Windows color (decimal): -6891638 or 9099158. OLE color: 9099158.

HSL color Cylindrical-coordinate representation of color #96D78A: hue angle of 110.65º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D78A is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB150215138-
CMYK0.3000.360.16
HSL110.65º49.04%69.22%-
HSV(B)110.65º35.81%84.31%-
XYZ41.4756.9232.85-
YUV186.79100.47101.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=29.82%
G=42.74%
B=27.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151380.3000.360.16110.6549.0469.22
Hex96D78A1E024106f3145
Octal226327212360442015761105
Binary1001011011010111100010101111001001001000011011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,138); }

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

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

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

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

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

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

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