#93DC8F

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

Shades of Granny Smith Apple #93DC8F

Tints of Granny Smith Apple #93DC8F

Color information

#93DC8F (or 0x93DC8F) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DC and 8F. RGB value is (147,220,143). Sum of RGB (Red+Green+Blue) = 147+220+143=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC8F is #6C2370. Grayscale: #BDBDBD. Windows color (decimal): -7086961 or 9428115. OLE color: 9428115.

HSL color Cylindrical-coordinate representation of color #93DC8F: hue angle of 116.88º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93DC8F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB147220143-
CMYK0.3300.350.14
HSL116.88º52.38%71.18%-
HSV(B)116.88º35%86.27%-
XYZ42.5859.3735.2-
YUV189.4101.8297.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=28.82%
G=43.14%
B=28.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201430.3300.350.14116.8852.3871.18
Hex93DC8F21023E753447
Octal223334217410431616564107
Binary1001001111011100100011111000010100011111011101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,220,143); }

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

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

 a { background-color: rgb(147,220,143); }

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

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

 span { border-color: rgb(147,220,143); }

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