Html Css Color HEX #9EDC95 Granny Smith Apple

📋 copy color: '#9EDC95'

red 158 ◦ green 220 ◦ blue 149

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

Shades of Granny Smith Apple #9EDC95

Tints of Granny Smith Apple #9EDC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 29.98%
G = 41.75%
B = 28.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#9EDC95 (or 0x9EDC95) is known color: Granny Smith Apple. HEX triplet: 9E, DC and 95. RGB value is (158,220,149). Sum of RGB (Red+Green+Blue) = 158+220+149=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC95 is #61236A. Grayscale: #C1C1C1. Windows color (decimal): -6366059 or 9821342. OLE color: 9821342.

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

Color convert

RGB 158 220 149 -
CMYK 0.28 0 0.32 0.14
HSL 112.39º 0.5% 0.72% -
HSV(B) 112.39º 0.32% 0.86% -
XYZ 45.12 60.63 37.76 -
YUV 193.37 102.96 102.77 -
System Red Green Blue C M Y K H S L
Decimal 158 220 149 0.28 0 0.32 0.14 112.39 0.5 0.72
Hex 9E DC 95 1C 0 20 E 70 32 48
Octal 236 334 225 34 0 40 16 160 62 110
Binary 10011110 11011100 10010101 11100 0 100000 1110 1110000 110010 1001000

Color Harmonies of #9EDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC95

Black with #9EDC95

Text Example


Text Example

White with #9EDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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