#94DC93

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

Shades of Granny Smith Apple #94DC93

Tints of Granny Smith Apple #94DC93

Color information

#94DC93 (or 0x94DC93) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DC and 93. RGB value is (148,220,147). Sum of RGB (Red+Green+Blue) = 148+220+147=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC93 is #6B236C. Grayscale: #BEBEBE. Windows color (decimal): -7021421 or 9690260. OLE color: 9690260.

HSL color Cylindrical-coordinate representation of color #94DC93: hue angle of 119.18º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DC93 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB148220147-
CMYK0.3300.330.14
HSL119.18º51.05%71.96%-
HSV(B)119.18º33.18%86.27%-
XYZ43.0759.5936.84-
YUV190.15103.6597.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=28.74%
G=42.72%
B=28.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482201470.3300.330.14119.1851.0571.96
Hex94DC9321021E773348
Octal224334223410411616763110
Binary1001010011011100100100111000010100001111011101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,147); }

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

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

 a { background-color: rgb(148,220,147); }

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

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

 span { border-color: rgb(148,220,147); }

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