#9DDC96

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

Shades of Granny Smith Apple #9DDC96

Tints of Granny Smith Apple #9DDC96

Color information

#9DDC96 (or 0x9DDC96) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DC and 96. RGB value is (157,220,150). Sum of RGB (Red+Green+Blue) = 157+220+150=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC96 is #622369. Grayscale: #C1C1C1. Windows color (decimal): -6431594 or 9886877. OLE color: 9886877.

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

Color convert

RGB157220150-
CMYK0.2900.320.14
HSL114º50%72.55%-
HSV(B)114º31.82%86.27%-
XYZ4560.5638.17-
YUV193.18103.63102.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=29.79%
G=41.75%
B=28.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201500.2900.320.141145072.55
Hex9DDC961D020E723249
Octal235334226350401616262111
Binary100111011101110010010110111010100000111011100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,150); }

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

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

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

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

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

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

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