#9DCD9C

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

Shades of Granny Smith Apple #9DCD9C

Tints of Granny Smith Apple #9DCD9C

Color information

#9DCD9C (or 0x9DCD9C) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, CD and 9C. RGB value is (157,205,156). Sum of RGB (Red+Green+Blue) = 157+205+156=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD9C is #623263. Grayscale: #B9B9B9. Windows color (decimal): -6435428 or 10276253. OLE color: 10276253.

HSL color Cylindrical-coordinate representation of color #9DCD9C: hue angle of 118.78º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCD9C is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB157205156-
CMYK0.2300.240.20
HSL118.78º32.89%70.78%-
HSV(B)118.78º23.9%80.39%-
XYZ41.7453.2339.53-
YUV185.06111.6107.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=30.31%
G=39.58%
B=30.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051560.2300.240.20118.7832.8970.78
Hex9DCD9C1701814772147
Octal235315234270302416741107
Binary100111011100110110011100101110110001010011101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,156); }

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

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

 a { background-color: rgb(157,205,156); }

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

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

 span { border-color: rgb(157,205,156); }

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