#96E78C

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

Shades of Granny Smith Apple #96E78C

Tints of Granny Smith Apple #96E78C

Color information

#96E78C (or 0x96E78C) is unknown color: approx Granny Smith Apple. HEX triplet: 96, E7 and 8C. RGB value is (150,231,140). Sum of RGB (Red+Green+Blue) = 150+231+140=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #96E78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E78C is #691873. Grayscale: #C4C4C4. Windows color (decimal): -6887540 or 9234326. OLE color: 9234326.

HSL color Cylindrical-coordinate representation of color #96E78C: hue angle of 113.41º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E78C is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB150231140-
CMYK0.3500.390.09
HSL113.41º65.47%72.75%-
HSV(B)113.41º39.39%90.59%-
XYZ45.8965.5335.04-
YUV196.4196.1694.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 231 (90.62% from 255) = 44.34%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=28.79%
G=44.34%
B=26.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311400.3500.390.09113.4165.4772.75
Hex96E78C230279714149
Octal2263472144304711161101111
Binary10010110111001111000110010001101001111001111000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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