#94D991

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

Shades of Granny Smith Apple #94D991

Tints of Granny Smith Apple #94D991

Color information

#94D991 (or 0x94D991) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D9 and 91. RGB value is (148,217,145). Sum of RGB (Red+Green+Blue) = 148+217+145=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #94D991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D991 is #6B266E. Grayscale: #BCBCBC. Windows color (decimal): -7022191 or 9558420. OLE color: 9558420.

HSL color Cylindrical-coordinate representation of color #94D991: hue angle of 117.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D991 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB148217145-
CMYK0.3200.330.15
HSL117.5º48.65%70.98%-
HSV(B)117.5º33.18%85.1%-
XYZ42.1457.9735.76-
YUV188.16103.6499.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 217 (85.16% from 255) = 42.55%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=29.02%
G=42.55%
B=28.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171450.3200.330.15117.548.6570.98
Hex94D99120021F753147
Octal224331221400411716561107
Binary1001010011011001100100011000000100001111111101011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,145); }

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

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

 a { background-color: rgb(148,217,145); }

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

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

 span { border-color: rgb(148,217,145); }

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