#93D693

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

Shades of Granny Smith Apple #93D693

Tints of Granny Smith Apple #93D693

Color information

#93D693 (or 0x93D693) is unknown color: approx Granny Smith Apple. HEX triplet: 93, D6 and 93. RGB value is (147,214,147). Sum of RGB (Red+Green+Blue) = 147+214+147=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #93D693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D693 is #6C296C. Grayscale: #BABABA. Windows color (decimal): -7088493 or 9688723. OLE color: 9688723.

HSL color Cylindrical-coordinate representation of color #93D693: hue angle of 120º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D693 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB147214147-
CMYK0.3100.310.16
HSL120º44.97%70.78%-
HSV(B)120º31.31%83.92%-
XYZ41.3556.436.31-
YUV186.33105.899.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=28.94%
G=42.13%
B=28.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141470.3100.310.1612044.9770.78
Hex93D6931F01F10782d47
Octal223326223370372017055107
Binary100100111101011010010011111110111111000011110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,214,147); }

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

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

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

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

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

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

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