#94D890

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

Shades of Granny Smith Apple #94D890

Tints of Granny Smith Apple #94D890

Color information

#94D890 (or 0x94D890) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D8 and 90. RGB value is (148,216,144). Sum of RGB (Red+Green+Blue) = 148+216+144=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #94D890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D890 is #6B276F. Grayscale: #BBBBBB. Windows color (decimal): -7022448 or 9492628. OLE color: 9492628.

HSL color Cylindrical-coordinate representation of color #94D890: hue angle of 116.67º degrees, saturation: 0.48, 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 #94D890 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB148216144-
CMYK0.3100.330.15
HSL116.67º48%70.59%-
HSV(B)116.67º33.33%84.71%-
XYZ41.857.4235.27-
YUV187.46103.4799.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=29.13%
G=42.52%
B=28.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161440.3100.330.15116.674870.59
Hex94D8901F021F753047
Octal224330220370411716560107
Binary100101001101100010010000111110100001111111101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,144); }

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

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

 a { background-color: rgb(148,216,144); }

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

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

 span { border-color: rgb(148,216,144); }

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