#9DDA95

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

Shades of Granny Smith Apple #9DDA95

Tints of Granny Smith Apple #9DDA95

Color information

#9DDA95 (or 0x9DDA95) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DA and 95. RGB value is (157,218,149). Sum of RGB (Red+Green+Blue) = 157+218+149=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA95 is #62256A. Grayscale: #C0C0C0. Windows color (decimal): -6432107 or 9820829. OLE color: 9820829.

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

Color convert

RGB157218149-
CMYK0.2800.320.15
HSL113.04º48.25%71.96%-
HSV(B)113.04º31.65%85.49%-
XYZ44.459.4837.57-
YUV191.9103.79103.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=29.96%
G=41.60%
B=28.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181490.2800.320.15113.0448.2571.96
Hex9DDA951C020F713048
Octal235332225340401716160110
Binary100111011101101010010101111000100000111111100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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