#9DDB9B

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

Shades of Granny Smith Apple #9DDB9B

Tints of Granny Smith Apple #9DDB9B

Color information

#9DDB9B (or 0x9DDB9B) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DB and 9B. RGB value is (157,219,155). Sum of RGB (Red+Green+Blue) = 157+219+155=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB9B is #622464. Grayscale: #C1C1C1. Windows color (decimal): -6431845 or 10214301. OLE color: 10214301.

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

Color convert

RGB157219155-
CMYK0.2800.290.14
HSL118.12º47.06%73.33%-
HSV(B)118.12º29.22%85.88%-
XYZ45.1560.240.25-
YUV193.17106.46102.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=29.57%
G=41.24%
B=29.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191550.2800.290.14118.1247.0673.33
Hex9DDB9B1C01DE762f49
Octal235333233340351616657111
Binary10011101110110111001101111100011101111011101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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