#93D98D

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

Shades of Granny Smith Apple #93D98D

Tints of Granny Smith Apple #93D98D

Color information

#93D98D (or 0x93D98D) is unknown color: approx Granny Smith Apple. HEX triplet: 93, D9 and 8D. RGB value is (147,217,141). Sum of RGB (Red+Green+Blue) = 147+217+141=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #93D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D98D is #6C2672. Grayscale: #BBBBBB. Windows color (decimal): -7087731 or 9296275. OLE color: 9296275.

HSL color Cylindrical-coordinate representation of color #93D98D: hue angle of 115.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93D98D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB147217141-
CMYK0.3200.350.15
HSL115.26º50%70.2%-
HSV(B)115.26º35.02%85.1%-
XYZ41.6557.7534.15-
YUV187.41101.8199.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=29.11%
G=42.97%
B=27.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472171410.3200.350.15115.265070.2
Hex93D98D20023F733246
Octal223331215400431716362106
Binary1001001111011001100011011000000100011111111100111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,217,141); }

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

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

 a { background-color: rgb(147,217,141); }

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

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

 span { border-color: rgb(147,217,141); }

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