#94D98D

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

Shades of Granny Smith Apple #94D98D

Tints of Granny Smith Apple #94D98D

Color information

#94D98D (or 0x94D98D) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D9 and 8D. RGB value is (148,217,141). Sum of RGB (Red+Green+Blue) = 148+217+141=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #94D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D98D is #6B2672. Grayscale: #BBBBBB. Windows color (decimal): -7022195 or 9296276. OLE color: 9296276.

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

Color convert

RGB148217141-
CMYK0.3200.350.15
HSL114.47º50%70.2%-
HSV(B)114.47º35.02%85.1%-
XYZ41.8357.8434.16-
YUV187.7101.6499.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=29.25%
G=42.89%
B=27.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171410.3200.350.15114.475070.2
Hex94D98D20023F723246
Octal224331215400431716262106
Binary1001010011011001100011011000000100011111111100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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