Html Css Color HEX #9EDC9A Granny Smith Apple

📋 copy color: '#9EDC9A'

red 158 ◦ green 220 ◦ blue 154

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

Shades of Granny Smith Apple #9EDC9A

Tints of Granny Smith Apple #9EDC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.95%

R = 29.7%
G = 41.35%
B = 28.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#9EDC9A (or 0x9EDC9A) is known color: Granny Smith Apple. HEX triplet: 9E, DC and 9A. RGB value is (158,220,154). Sum of RGB (Red+Green+Blue) = 158+220+154=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC9A is #612365. Grayscale: #C2C2C2. Windows color (decimal): -6366054 or 10149022. OLE color: 10149022.

HSL color Cylindrical-coordinate representation of color #9EDC9A: hue angle of 116.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EDC9A is Cyan = 0.28, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 154 -
CMYK 0.28 0 0.3 0.14
HSL 116.36º 0.49% 0.73% -
HSV(B) 116.36º 0.3% 0.86% -
XYZ 45.53 60.79 39.91 -
YUV 193.94 105.46 102.37 -
System Red Green Blue C M Y K H S L
Decimal 158 220 154 0.28 0 0.3 0.14 116.36 0.49 0.73
Hex 9E DC 9A 1C 0 1E E 74 31 49
Octal 236 334 232 34 0 36 16 164 61 111
Binary 10011110 11011100 10011010 11100 0 11110 1110 1110100 110001 1001001

Color Harmonies of #9EDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC9A

Black with #9EDC9A

Text Example


Text Example

White with #9EDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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