Html Css Color HEX #9EDDA0 Granny Smith Apple

📋 copy color: '#9EDDA0'

red 158 ◦ green 221 ◦ blue 160

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

Shades of Granny Smith Apple #9EDDA0

Tints of Granny Smith Apple #9EDDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 29.31%
G = 41%
B = 29.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#9EDDA0 (or 0x9EDDA0) is known color: Granny Smith Apple. HEX triplet: 9E, DD and A0. RGB value is (158,221,160). Sum of RGB (Red+Green+Blue) = 158+221+160=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDA0 is #61225F. Grayscale: #C3C3C3. Windows color (decimal): -6365792 or 10542494. OLE color: 10542494.

HSL color Cylindrical-coordinate representation of color #9EDDA0: hue angle of 121.9º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDA0 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 160 -
CMYK 0.29 0 0.28 0.13
HSL 121.9º 0.48% 0.74% -
HSV(B) 121.9º 0.29% 0.87% -
XYZ 46.3 61.52 42.69 -
YUV 195.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 158 221 160 0.29 0 0.28 0.13 121.9 0.48 0.74
Hex 9E DD A0 1D 0 1C D 7A 30 4A
Octal 236 335 240 35 0 34 15 172 60 112
Binary 10011110 11011101 10100000 11101 0 11100 1101 1111010 110000 1001010

Color Harmonies of #9EDDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDA0

Black with #9EDDA0

Text Example


Text Example

White with #9EDDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,160); }

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

background-color css

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

 a { background-color: rgb(158,221,160); }

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

border-color css

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

 span { border-color: rgb(158,221,160); }

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