#9DDE9D

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

Shades of Granny Smith Apple #9DDE9D

Tints of Granny Smith Apple #9DDE9D

Color information

#9DDE9D (or 0x9DDE9D) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DE and 9D. RGB value is (157,222,157). Sum of RGB (Red+Green+Blue) = 157+222+157=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDE9D is #622162. Grayscale: #C3C3C3. Windows color (decimal): -6431075 or 10346141. OLE color: 10346141.

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

Color convert

RGB157222157-
CMYK0.2900.290.13
HSL120º49.62%74.31%-
HSV(B)120º29.28%87.06%-
XYZ46.1161.8441.41-
YUV195.16106.47100.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=29.29%
G=41.42%
B=29.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221570.2900.290.1312049.6274.31
Hex9DDE9D1D01DD78324a
Octal235336235350351517062112
Binary10011101110111101001110111101011101110111110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,157); }

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

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

 a { background-color: rgb(157,222,157); }

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

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

 span { border-color: rgb(157,222,157); }

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