#9EDA9B

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

Shades of Granny Smith Apple #9EDA9B

Tints of Granny Smith Apple #9EDA9B

Color information

#9EDA9B (or 0x9EDA9B) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DA and 9B. RGB value is (158,218,155). Sum of RGB (Red+Green+Blue) = 158+218+155=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDA9B is #612564. Grayscale: #C1C1C1. Windows color (decimal): -6366565 or 10214046. OLE color: 10214046.

HSL color Cylindrical-coordinate representation of color #9EDA9B: hue angle of 117.14º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDA9B is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB158218155-
CMYK0.2800.290.15
HSL117.14º45.99%73.14%-
HSV(B)117.14º28.9%85.49%-
XYZ45.0959.7840.17-
YUV192.88106.62103.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=29.76%
G=41.05%
B=29.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582181550.2800.290.15117.1445.9973.14
Hex9EDA9B1C01DF752e49
Octal236332233340351716556111
Binary10011110110110101001101111100011101111111101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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