#94D68C

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

Shades of Granny Smith Apple #94D68C

Tints of Granny Smith Apple #94D68C

Color information

#94D68C (or 0x94D68C) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D6 and 8C. RGB value is (148,214,140). Sum of RGB (Red+Green+Blue) = 148+214+140=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #94D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D68C is #6B2973. Grayscale: #BABABA. Windows color (decimal): -7022964 or 9229972. OLE color: 9229972.

HSL color Cylindrical-coordinate representation of color #94D68C: hue angle of 113.51º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D68C is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB148214140-
CMYK0.3100.350.16
HSL113.51º47.44%69.41%-
HSV(B)113.51º34.58%83.92%-
XYZ40.9956.2833.51-
YUV185.83102.13101.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=29.48%
G=42.63%
B=27.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141400.3100.350.16113.5147.4469.41
Hex94D68C1F02310722f45
Octal224326214370432016257105
Binary1001010011010110100011001111101000111000011100101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,140); }

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

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

 a { background-color: rgb(148,214,140); }

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

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

 span { border-color: rgb(148,214,140); }

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