#9DDB96

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

Shades of Granny Smith Apple #9DDB96

Tints of Granny Smith Apple #9DDB96

Color information

#9DDB96 (or 0x9DDB96) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DB and 96. RGB value is (157,219,150). Sum of RGB (Red+Green+Blue) = 157+219+150=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB96 is #622469. Grayscale: #C0C0C0. Windows color (decimal): -6431850 or 9886621. OLE color: 9886621.

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

Color convert

RGB157219150-
CMYK0.2800.320.14
HSL113.91º48.94%72.35%-
HSV(B)113.91º31.51%85.88%-
XYZ44.7460.0338.08-
YUV192.6103.96102.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=29.85%
G=41.63%
B=28.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191500.2800.320.14113.9148.9472.35
Hex9DDB961C020E723148
Octal235333226340401616261110
Binary100111011101101110010110111000100000111011100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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