#94d68d

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

Shades of Granny Smith Apple #94D68D

Tints of Granny Smith Apple #94D68D

Color information

#94D68D (or 0x94D68D) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D6 and 8D. RGB value is (148,214,141). Sum of RGB (Red+Green+Blue) = 148+214+141=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #94D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D68D is #6B2972. Grayscale: #BABABA. Windows color (decimal): -7022963 or 9295508. OLE color: 9295508.

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

Color convert

RGB148214141-
CMYK0.3100.340.16
HSL114.25º47.1%69.61%-
HSV(B)114.25º34.11%83.92%-
XYZ41.0756.3133.9-
YUV185.94102.63100.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=29.42%
G=42.54%
B=28.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141410.3100.340.16114.2547.169.61
Hex94D68D1F02210722f46
Octal224326215370422016257106
Binary1001010011010110100011011111101000101000011100101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d68d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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