#9EDD98

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

Shades of Granny Smith Apple #9EDD98

Tints of Granny Smith Apple #9EDD98

Color information

#9EDD98 (or 0x9EDD98) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DD and 98. RGB value is (158,221,152). Sum of RGB (Red+Green+Blue) = 158+221+152=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD98 is #612267. Grayscale: #C2C2C2. Windows color (decimal): -6365800 or 10018206. OLE color: 10018206.

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

Color convert

RGB158221152-
CMYK0.2900.310.13
HSL114.78º50.36%73.14%-
HSV(B)114.78º31.22%86.67%-
XYZ45.6261.2539.12-
YUV194.3104.13102.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=29.76%
G=41.62%
B=28.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211520.2900.310.13114.7850.3673.14
Hex9EDD981D01FD733249
Octal236335230350371516362111
Binary10011110110111011001100011101011111110111100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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