#9DD895

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

Shades of Granny Smith Apple #9DD895

Tints of Granny Smith Apple #9DD895

Color information

#9DD895 (or 0x9DD895) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D8 and 95. RGB value is (157,216,149). Sum of RGB (Red+Green+Blue) = 157+216+149=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD895 is #62276A. Grayscale: #BEBEBE. Windows color (decimal): -6432619 or 9820317. OLE color: 9820317.

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

Color convert

RGB157216149-
CMYK0.2700.310.15
HSL112.84º46.21%71.57%-
HSV(B)112.84º31.02%84.71%-
XYZ43.8958.4537.4-
YUV190.72104.45103.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=30.08%
G=41.38%
B=28.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572161490.2700.310.15112.8446.2171.57
Hex9DD8951B01FF712e48
Octal235330225330371716156110
Binary10011101110110001001010111011011111111111100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,216,149); }

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

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

 a { background-color: rgb(157,216,149); }

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

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

 span { border-color: rgb(157,216,149); }

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