#96D78C

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

Shades of Granny Smith Apple #96D78C

Tints of Granny Smith Apple #96D78C

Color information

#96D78C (or 0x96D78C) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D7 and 8C. RGB value is (150,215,140). Sum of RGB (Red+Green+Blue) = 150+215+140=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #96D78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D78C is #692873. Grayscale: #BBBBBB. Windows color (decimal): -6891636 or 9230230. OLE color: 9230230.

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

Color convert

RGB150215140-
CMYK0.3000.350.16
HSL112º48.39%69.61%-
HSV(B)112º34.88%84.31%-
XYZ41.6156.9833.62-
YUV187.02101.47101.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=29.70%
G=42.57%
B=27.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151400.3000.350.1611248.3969.61
Hex96D78C1E02310703046
Octal226327214360432016060106
Binary1001011011010111100011001111001000111000011100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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