Html Css Color HEX #9EDC94 Granny Smith Apple

📋 copy color: '#9EDC94'

red 158 ◦ green 220 ◦ blue 148

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

Shades of Granny Smith Apple #9EDC94

Tints of Granny Smith Apple #9EDC94

RGB

 RED value IS 158 (62.11% from 255) = 30.04%

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

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 30.04%
G = 41.83%
B = 28.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#9EDC94 (or 0x9EDC94) is known color: Granny Smith Apple. HEX triplet: 9E, DC and 94. RGB value is (158,220,148). Sum of RGB (Red+Green+Blue) = 158+220+148=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC94 is #61236B. Grayscale: #C1C1C1. Windows color (decimal): -6366060 or 9755806. OLE color: 9755806.

HSL color Cylindrical-coordinate representation of color #9EDC94: hue angle of 111.67º 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 #9EDC94 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 148 -
CMYK 0.28 0 0.33 0.14
HSL 111.67º 0.51% 0.72% -
HSV(B) 111.67º 0.33% 0.86% -
XYZ 45.04 60.59 37.34 -
YUV 193.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 158 220 148 0.28 0 0.33 0.14 111.67 0.51 0.72
Hex 9E DC 94 1C 0 21 E 70 33 48
Octal 236 334 224 34 0 41 16 160 63 110
Binary 10011110 11011100 10010100 11100 0 100001 1110 1110000 110011 1001000

Color Harmonies of #9EDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC94

Black with #9EDC94

Text Example


Text Example

White with #9EDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDC94; }

 p { color: rgb(158,220,148); }

 H1.HeaderClassName
 {
   color: #9EDC94;
 }
 .AnyTagClassName
 {
   color: #9EDC94;
 }
</style>

background-color css

<style>
 a { background-color: #9EDC94; }

 a { background-color: rgb(158,220,148); }

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

border-color css

<style>
 span { border-color: #9EDC94; }

 span { border-color: rgb(158,220,148); }

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