#9EDD8B

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

Shades of Granny Smith Apple #9EDD8B

Tints of Granny Smith Apple #9EDD8B

Color information

#9EDD8B (or 0x9EDD8B) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DD and 8B. RGB value is (158,221,139). Sum of RGB (Red+Green+Blue) = 158+221+139=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD8B is #612274. Grayscale: #C1C1C1. Windows color (decimal): -6365813 or 9166238. OLE color: 9166238.

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

Color convert

RGB158221139-
CMYK0.2900.370.13
HSL106.1º54.67%70.59%-
HSV(B)106.1º37.1%86.67%-
XYZ44.6260.8533.82-
YUV192.8297.63103.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=30.50%
G=42.66%
B=26.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211390.2900.370.13106.154.6770.59
Hex9EDD8B1D025D6a3747
Octal236335213350451515267107
Binary100111101101110110001011111010100101110111010101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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