#9DDD8B

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

Shades of Granny Smith Apple #9DDD8B

Tints of Granny Smith Apple #9DDD8B

Color information

#9DDD8B (or 0x9DDD8B) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DD and 8B. RGB value is (157,221,139). Sum of RGB (Red+Green+Blue) = 157+221+139=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD8B is #622274. Grayscale: #C0C0C0. Windows color (decimal): -6431349 or 9166237. OLE color: 9166237.

HSL color Cylindrical-coordinate representation of color #9DDD8B: hue angle of 106.83º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DDD8B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB157221139-
CMYK0.2900.370.13
HSL106.83º54.67%70.59%-
HSV(B)106.83º37.1%86.67%-
XYZ44.4260.7533.81-
YUV192.5297.8102.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=30.37%
G=42.75%
B=26.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211390.2900.370.13106.8354.6770.59
Hex9DDD8B1D025D6b3747
Octal235335213350451515367107
Binary100111011101110110001011111010100101110111010111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,139); }

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

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

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

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

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

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

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