#94D988

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

Shades of Granny Smith Apple #94D988

Tints of Granny Smith Apple #94D988

Color information

#94D988 (or 0x94D988) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D9 and 88. RGB value is (148,217,136). Sum of RGB (Red+Green+Blue) = 148+217+136=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #94D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D988 is #6B2677. Grayscale: #BBBBBB. Windows color (decimal): -7022200 or 8968596. OLE color: 8968596.

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

Color convert

RGB148217136-
CMYK0.3200.370.15
HSL111.11º51.59%69.22%-
HSV(B)111.11º37.33%85.1%-
XYZ41.4757.732.24-
YUV187.1399.14100.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=29.54%
G=43.31%
B=27.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171360.3200.370.15111.1151.5969.22
Hex94D98820025F6f3445
Octal224331210400451715764105
Binary1001010011011001100010001000000100101111111011111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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