Html Css Color HEX #93DC96 Granny Smith Apple

📋 copy color: '#93DC96'

red 147 ◦ green 220 ◦ blue 150

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

Shades of Granny Smith Apple #93DC96

Tints of Granny Smith Apple #93DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.55%

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

R = 28.43%
G = 42.55%
B = 29.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#93DC96 (or 0x93DC96) is known color: Granny Smith Apple. HEX triplet: 93, DC and 96. RGB value is (147,220,150). Sum of RGB (Red+Green+Blue) = 147+220+150=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC96 is #6C2369. Grayscale: #BEBEBE. Windows color (decimal): -7086954 or 9886867. OLE color: 9886867.

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

Color convert

RGB 147 220 150 -
CMYK 0.33 0 0.32 0.14
HSL 122.47º 0.51% 0.72% -
HSV(B) 122.47º 0.33% 0.86% -
XYZ 43.13 59.59 38.08 -
YUV 190.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 147 220 150 0.33 0 0.32 0.14 122.47 0.51 0.72
Hex 93 DC 96 21 0 20 E 7A 33 48
Octal 223 334 226 41 0 40 16 172 63 110
Binary 10010011 11011100 10010110 100001 0 100000 1110 1111010 110011 1001000

Color Harmonies of #93DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC96

Black with #93DC96

Text Example


Text Example

White with #93DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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