#93DD96

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

Shades of Granny Smith Apple #93DD96

Tints of Granny Smith Apple #93DD96

Color information

#93DD96 (or 0x93DD96) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DD and 96. RGB value is (147,221,150). Sum of RGB (Red+Green+Blue) = 147+221+150=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD96 is #6C2269. Grayscale: #BEBEBE. Windows color (decimal): -7086698 or 9887123. OLE color: 9887123.

HSL color Cylindrical-coordinate representation of color #93DD96: hue angle of 122.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DD96 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB147221150-
CMYK0.3300.320.13
HSL122.43º52.11%72.16%-
HSV(B)122.43º33.48%86.67%-
XYZ43.3960.1238.17-
YUV190.78104.9896.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=28.38%
G=42.66%
B=28.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211500.3300.320.13122.4352.1172.16
Hex93DD9621020D7a3448
Octal223335226410401517264110
Binary1001001111011101100101101000010100000110111110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,150); }

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

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

 a { background-color: rgb(147,221,150); }

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

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

 span { border-color: rgb(147,221,150); }

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