#93D38E

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

Shades of Granny Smith Apple #93D38E

Tints of Granny Smith Apple #93D38E

Color information

#93D38E (or 0x93D38E) is unknown color: approx Granny Smith Apple. HEX triplet: 93, D3 and 8E. RGB value is (147,211,142). Sum of RGB (Red+Green+Blue) = 147+211+142=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #93D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D38E is #6C2C71. Grayscale: #B8B8B8. Windows color (decimal): -7089266 or 9360275. OLE color: 9360275.

HSL color Cylindrical-coordinate representation of color #93D38E: hue angle of 115.65º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93D38E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB147211142-
CMYK0.3000.330.17
HSL115.65º43.95%69.22%-
HSV(B)115.65º32.7%82.75%-
XYZ40.2154.7434.04-
YUV184104.3101.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=29.4%
G=42.2%
B=28.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472111420.3000.330.17115.6543.9569.22
Hex93D38E1E02111742c45
Octal223323216360412116454105
Binary1001001111010011100011101111001000011000111101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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