#9EDD9F

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

Shades of Granny Smith Apple #9EDD9F

Tints of Granny Smith Apple #9EDD9F

Color information

#9EDD9F (or 0x9EDD9F) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DD and 9F. RGB value is (158,221,159). Sum of RGB (Red+Green+Blue) = 158+221+159=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD9F is #612260. Grayscale: #C3C3C3. Windows color (decimal): -6365793 or 10476958. OLE color: 10476958.

HSL color Cylindrical-coordinate representation of color #9EDD9F: hue angle of 120.95º 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 #9EDD9F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB158221159-
CMYK0.2900.280.13
HSL120.95º48.09%74.31%-
HSV(B)120.95º28.51%86.67%-
XYZ46.2261.4942.23-
YUV195.1107.63101.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.37%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=29.37%
G=41.08%
B=29.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211590.2900.280.13120.9548.0974.31
Hex9EDD9F1D01CD79304a
Octal236335237350341517160112
Binary10011110110111011001111111101011100110111110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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