#9EDD9B

Color #9EDD9B Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9EDD9B

Tints of Granny Smith Apple #9EDD9B

Color information

#9EDD9B (or 0x9EDD9B) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DD and 9B. RGB value is (158,221,155). Sum of RGB (Red+Green+Blue) = 158+221+155=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD9B is #612264. Grayscale: #C2C2C2. Windows color (decimal): -6365797 or 10214814. OLE color: 10214814.

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

Color convert

RGB158221155-
CMYK0.2900.300.13
HSL117.27º49.25%73.73%-
HSV(B)117.27º29.86%86.67%-
XYZ45.8761.3540.43-
YUV194.64105.63101.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=29.59%
G=41.39%
B=29.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211550.2900.300.13117.2749.2573.73
Hex9EDD9B1D01ED75314a
Octal236335233350361516561112
Binary10011110110111011001101111101011110110111101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EDD9B;
 }
 .AnyTagClassName
 {
   color: #9EDD9B;
 }
</style>
background-color css

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

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

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

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

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

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