#94DD8E

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

Shades of Granny Smith Apple #94DD8E

Tints of Granny Smith Apple #94DD8E

Color information

#94DD8E (or 0x94DD8E) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DD and 8E. RGB value is (148,221,142). Sum of RGB (Red+Green+Blue) = 148+221+142=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD8E is #6B2271. Grayscale: #BEBEBE. Windows color (decimal): -7021170 or 9362836. OLE color: 9362836.

HSL color Cylindrical-coordinate representation of color #94DD8E: hue angle of 115.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DD8E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB148221142-
CMYK0.3300.360.13
HSL115.44º53.74%71.18%-
HSV(B)115.44º35.75%86.67%-
XYZ42.9559.9634.9-
YUV190.17100.8297.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=28.96%
G=43.25%
B=27.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211420.3300.360.13115.4453.7471.18
Hex94DD8E21024D733647
Octal224335216410441516366107
Binary1001010011011101100011101000010100100110111100111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,142); }

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

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

 a { background-color: rgb(148,221,142); }

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

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

 span { border-color: rgb(148,221,142); }

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