#93D88D

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

Shades of Granny Smith Apple #93D88D

Tints of Granny Smith Apple #93D88D

Color information

#93D88D (or 0x93D88D) is unknown color: approx Granny Smith Apple. HEX triplet: 93, D8 and 8D. RGB value is (147,216,141). Sum of RGB (Red+Green+Blue) = 147+216+141=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #93D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D88D is #6C2772. Grayscale: #BBBBBB. Windows color (decimal): -7087987 or 9296019. OLE color: 9296019.

HSL color Cylindrical-coordinate representation of color #93D88D: hue angle of 115.2º degrees, saturation: 0.49, 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 #93D88D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB147216141-
CMYK0.3200.350.15
HSL115.2º49.02%70%-
HSV(B)115.2º34.72%84.71%-
XYZ41.457.2434.07-
YUV186.82102.1499.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=29.17%
G=42.86%
B=27.98%

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
Decimal1472161410.3200.350.15115.249.0270
Hex93D88D20023F733146
Octal223330215400431716361106
Binary1001001111011000100011011000000100011111111100111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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