#9DDC95

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

Shades of Granny Smith Apple #9DDC95

Tints of Granny Smith Apple #9DDC95

Color information

#9DDC95 (or 0x9DDC95) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DC and 95. RGB value is (157,220,149). Sum of RGB (Red+Green+Blue) = 157+220+149=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC95 is #62236A. Grayscale: #C1C1C1. Windows color (decimal): -6431595 or 9821341. OLE color: 9821341.

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

Color convert

RGB157220149-
CMYK0.2900.320.14
HSL113.24º50.35%72.35%-
HSV(B)113.24º32.27%86.27%-
XYZ44.9260.5237.75-
YUV193.07103.13102.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=29.85%
G=41.83%
B=28.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201490.2900.320.14113.2450.3572.35
Hex9DDC951D020E713248
Octal235334225350401616162110
Binary100111011101110010010101111010100000111011100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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