#9DDF9D

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

Shades of Granny Smith Apple #9DDF9D

Tints of Granny Smith Apple #9DDF9D

Color information

#9DDF9D (or 0x9DDF9D) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DF and 9D. RGB value is (157,223,157). Sum of RGB (Red+Green+Blue) = 157+223+157=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF9D is #622062. Grayscale: #C3C3C3. Windows color (decimal): -6430819 or 10346397. OLE color: 10346397.

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

Color convert

RGB157223157-
CMYK0.3000.300.13
HSL120º50.77%74.51%-
HSV(B)120º29.6%87.45%-
XYZ46.3862.3841.49-
YUV195.74106.13100.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=29.24%
G=41.53%
B=29.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231570.3000.300.1312050.7774.51
Hex9DDF9D1E01ED78334b
Octal235337235360361517063113
Binary10011101110111111001110111110011110110111110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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