#9DDA9B

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

Shades of Granny Smith Apple #9DDA9B

Tints of Granny Smith Apple #9DDA9B

Color information

#9DDA9B (or 0x9DDA9B) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DA and 9B. RGB value is (157,218,155). Sum of RGB (Red+Green+Blue) = 157+218+155=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA9B is #622564. Grayscale: #C0C0C0. Windows color (decimal): -6432101 or 10214045. OLE color: 10214045.

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

Color convert

RGB157218155-
CMYK0.2800.290.15
HSL118.1º45.99%73.14%-
HSV(B)118.1º28.9%85.49%-
XYZ44.8959.6840.16-
YUV192.58106.79102.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=29.62%
G=41.13%
B=29.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181550.2800.290.15118.145.9973.14
Hex9DDA9B1C01DF762e49
Octal235332233340351716656111
Binary10011101110110101001101111100011101111111101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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