#93DC92

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

Shades of Granny Smith Apple #93DC92

Tints of Granny Smith Apple #93DC92

Color information

#93DC92 (or 0x93DC92) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DC and 92. RGB value is (147,220,146). Sum of RGB (Red+Green+Blue) = 147+220+146=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC92 is #6C236D. Grayscale: #BDBDBD. Windows color (decimal): -7086958 or 9624723. OLE color: 9624723.

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

Color convert

RGB147220146-
CMYK0.3300.340.14
HSL119.19º51.39%71.76%-
HSV(B)119.19º33.64%86.27%-
XYZ42.8159.4636.42-
YUV189.74103.3297.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=28.65%
G=42.88%
B=28.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201460.3300.340.14119.1951.3971.76
Hex93DC9221022E773348
Octal223334222410421616763110
Binary1001001111011100100100101000010100010111011101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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