#94D889

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

Shades of Granny Smith Apple #94D889

Tints of Granny Smith Apple #94D889

Color information

#94D889 (or 0x94D889) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D8 and 89. RGB value is (148,216,137). Sum of RGB (Red+Green+Blue) = 148+216+137=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #94D889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D889 is #6B2776. Grayscale: #BABABA. Windows color (decimal): -7022455 or 9033876. OLE color: 9033876.

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

Color convert

RGB148216137-
CMYK0.3100.370.15
HSL111.65º50.32%69.22%-
HSV(B)111.65º36.57%84.71%-
XYZ41.2857.2132.53-
YUV186.6699.97100.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=29.54%
G=43.11%
B=27.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161370.3100.370.15111.6550.3269.22
Hex94D8891F025F703245
Octal224330211370451716062105
Binary100101001101100010001001111110100101111111100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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