#94D796

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

Shades of Granny Smith Apple #94D796

Tints of Granny Smith Apple #94D796

Color information

#94D796 (or 0x94D796) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D7 and 96. RGB value is (148,215,150). Sum of RGB (Red+Green+Blue) = 148+215+150=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #94D796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D796 is #6B2869. Grayscale: #BBBBBB. Windows color (decimal): -7022698 or 9885588. OLE color: 9885588.

HSL color Cylindrical-coordinate representation of color #94D796: hue angle of 121.79º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D796 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB148215150-
CMYK0.3100.300.16
HSL121.79º45.58%71.18%-
HSV(B)121.79º31.16%84.31%-
XYZ42.0257.137.66-
YUV187.56106.899.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=28.85%
G=41.91%
B=29.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151500.3100.300.16121.7945.5871.18
Hex94D7961F01E107a2e47
Octal224327226370362017256107
Binary100101001101011110010110111110111101000011110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D796; }

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

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

<style>
 a { background-color: #94D796; }

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

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

<style>
 span { border-color: #94D796; }

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

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