Html Css Color HEX #93D68A Granny Smith Apple

📋 copy color: '#93D68A'

red 147 ◦ green 214 ◦ blue 138

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

Shades of Granny Smith Apple #93D68A

Tints of Granny Smith Apple #93D68A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

 BLUE value IS 138 (54.3% from 255) = 27.66%

R = 29.46%
G = 42.89%
B = 27.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#93D68A (or 0x93D68A) is known color: Granny Smith Apple. HEX triplet: 93, D6 and 8A. RGB value is (147,214,138). Sum of RGB (Red+Green+Blue) = 147+214+138=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #93D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D68A is #6C2975. Grayscale: #B9B9B9. Windows color (decimal): -7088502 or 9098899. OLE color: 9098899.

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

Color convert

RGB 147 214 138 -
CMYK 0.31 0 0.36 0.16
HSL 112.89º 0.48% 0.69% -
HSV(B) 112.89º 0.36% 0.84% -
XYZ 40.67 56.13 32.74 -
YUV 185.3 101.3 100.68 -
System Red Green Blue C M Y K H S L
Decimal 147 214 138 0.31 0 0.36 0.16 112.89 0.48 0.69
Hex 93 D6 8A 1F 0 24 10 71 30 45
Octal 223 326 212 37 0 44 20 161 60 105
Binary 10010011 11010110 10001010 11111 0 100100 10000 1110001 110000 1000101

Color Harmonies of #93D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D68A

Black with #93D68A

Text Example


Text Example

White with #93D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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