Html Css Color HEX #93D896 Granny Smith Apple

📋 copy color: '#93D896'

red 147 ◦ green 216 ◦ blue 150

#93D896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #93D896

Tints of Granny Smith Apple #93D896

RGB

 RED value IS 147 (57.81% from 255) = 28.65%

 GREEN value IS 216 (84.77% from 255) = 42.11%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 28.65%
G = 42.11%
B = 29.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#93D896 (or 0x93D896) is known color: Granny Smith Apple. HEX triplet: 93, D8 and 96. RGB value is (147,216,150). Sum of RGB (Red+Green+Blue) = 147+216+150=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #93D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D896 is #6C2769. Grayscale: #BCBCBC. Windows color (decimal): -7087978 or 9885843. OLE color: 9885843.

HSL color Cylindrical-coordinate representation of color #93D896: hue angle of 122.61º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D896 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 216 150 -
CMYK 0.32 0 0.31 0.15
HSL 122.61º 0.47% 0.71% -
HSV(B) 122.61º 0.32% 0.85% -
XYZ 42.09 57.52 37.74 -
YUV 187.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 147 216 150 0.32 0 0.31 0.15 122.61 0.47 0.71
Hex 93 D8 96 20 0 1F F 7B 2F 47
Octal 223 330 226 40 0 37 17 173 57 107
Binary 10010011 11011000 10010110 100000 0 11111 1111 1111011 101111 1000111

Color Harmonies of #93D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D896

Black with #93D896

Text Example


Text Example

White with #93D896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93D896;
 }
 .AnyTagClassName
 {
   color: #93D896;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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