#93D68E

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

Shades of Granny Smith Apple #93D68E

Tints of Granny Smith Apple #93D68E

Color information

#93D68E (or 0x93D68E) is unknown color: approx Granny Smith Apple. HEX triplet: 93, D6 and 8E. RGB value is (147,214,142). Sum of RGB (Red+Green+Blue) = 147+214+142=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #93D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D68E is #6C2971. Grayscale: #B9B9B9. Windows color (decimal): -7088498 or 9361043. OLE color: 9361043.

HSL color Cylindrical-coordinate representation of color #93D68E: hue angle of 115.83º 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 #93D68E is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB147214142-
CMYK0.3100.340.16
HSL115.83º46.75%69.8%-
HSV(B)115.83º33.64%83.92%-
XYZ40.9656.2534.29-
YUV185.76103.3100.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=29.22%
G=42.54%
B=28.23%

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
Decimal1472141420.3100.340.16115.8346.7569.8
Hex93D68E1F02210742f46
Octal223326216370422016457106
Binary1001001111010110100011101111101000101000011101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D68E; }

 p { color: rgb(147,214,142); }

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

<style>
 a { background-color: #93D68E; }

 a { background-color: rgb(147,214,142); }

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

<style>
 span { border-color: #93D68E; }

 span { border-color: rgb(147,214,142); }

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