Html Css Color HEX #9ED995 Granny Smith Apple

📋 copy color: '#9ED995'

red 158 ◦ green 217 ◦ blue 149

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

Shades of Granny Smith Apple #9ED995

Tints of Granny Smith Apple #9ED995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

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

R = 30.15%
G = 41.41%
B = 28.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#9ED995 (or 0x9ED995) is known color: Granny Smith Apple. HEX triplet: 9E, D9 and 95. RGB value is (158,217,149). Sum of RGB (Red+Green+Blue) = 158+217+149=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED995 is #61266A. Grayscale: #BFBFBF. Windows color (decimal): -6366827 or 9820574. OLE color: 9820574.

HSL color Cylindrical-coordinate representation of color #9ED995: hue angle of 112.06º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ED995 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 149 -
CMYK 0.27 0 0.31 0.15
HSL 112.06º 0.47% 0.72% -
HSV(B) 112.06º 0.31% 0.85% -
XYZ 44.34 59.06 37.5 -
YUV 191.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 158 217 149 0.27 0 0.31 0.15 112.06 0.47 0.72
Hex 9E D9 95 1B 0 1F F 70 2F 48
Octal 236 331 225 33 0 37 17 160 57 110
Binary 10011110 11011001 10010101 11011 0 11111 1111 1110000 101111 1001000

Color Harmonies of #9ED995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED995

Black with #9ED995

Text Example


Text Example

White with #9ED995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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