#93D48A

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

Shades of Granny Smith Apple #93D48A

Tints of Granny Smith Apple #93D48A

Color information

#93D48A (or 0x93D48A) is unknown color: approx Granny Smith Apple. HEX triplet: 93, D4 and 8A. RGB value is (147,212,138). Sum of RGB (Red+Green+Blue) = 147+212+138=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #93D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D48A is #6C2B75. Grayscale: #B8B8B8. Windows color (decimal): -7089014 or 9098387. OLE color: 9098387.

HSL color Cylindrical-coordinate representation of color #93D48A: hue angle of 112.7º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93D48A is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB147212138-
CMYK0.3100.350.17
HSL112.7º46.25%68.63%-
HSV(B)112.7º34.91%83.14%-
XYZ40.1655.1232.57-
YUV184.13101.97101.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=29.58%
G=42.66%
B=27.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472121380.3100.350.17112.746.2568.63
Hex93D48A1F02311712e45
Octal223324212370432116156105
Binary1001001111010100100010101111101000111000111100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,212,138); }

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

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

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

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

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

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

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