#9EDC98

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

Shades of Granny Smith Apple #9EDC98

Tints of Granny Smith Apple #9EDC98

Color information

#9EDC98 (or 0x9EDC98) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DC and 98. RGB value is (158,220,152). Sum of RGB (Red+Green+Blue) = 158+220+152=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC98 is #612367. Grayscale: #C1C1C1. Windows color (decimal): -6366056 or 10017950. OLE color: 10017950.

HSL color Cylindrical-coordinate representation of color #9EDC98: hue angle of 114.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EDC98 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB158220152-
CMYK0.2800.310.14
HSL114.71º49.28%72.94%-
HSV(B)114.71º30.91%86.27%-
XYZ45.3660.7239.04-
YUV193.71104.46102.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=29.81%
G=41.51%
B=28.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582201520.2800.310.14114.7149.2872.94
Hex9EDC981C01FE733149
Octal236334230340371616361111
Binary10011110110111001001100011100011111111011100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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