#9EDD8A

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

Shades of Granny Smith Apple #9EDD8A

Tints of Granny Smith Apple #9EDD8A

Color information

#9EDD8A (or 0x9EDD8A) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DD and 8A. RGB value is (158,221,138). Sum of RGB (Red+Green+Blue) = 158+221+138=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD8A is #612275. Grayscale: #C0C0C0. Windows color (decimal): -6365814 or 9100702. OLE color: 9100702.

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

Color convert

RGB158221138-
CMYK0.2900.380.13
HSL105.54º54.97%70.39%-
HSV(B)105.54º37.56%86.67%-
XYZ44.5460.8233.44-
YUV192.797.13103.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=30.56%
G=42.75%
B=26.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211380.2900.380.13105.5454.9770.39
Hex9EDD8A1D026D6a3746
Octal236335212350461515267106
Binary100111101101110110001010111010100110110111010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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