#9DDA9E

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

Shades of Granny Smith Apple #9DDA9E

Tints of Granny Smith Apple #9DDA9E

Color information

#9DDA9E (or 0x9DDA9E) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DA and 9E. RGB value is (157,218,158). Sum of RGB (Red+Green+Blue) = 157+218+158=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA9E is #622561. Grayscale: #C1C1C1. Windows color (decimal): -6432098 or 10410653. OLE color: 10410653.

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

Color convert

RGB157218158-
CMYK0.2800.280.15
HSL120.98º45.19%73.53%-
HSV(B)120.98º27.98%85.49%-
XYZ45.1559.7841.51-
YUV192.92108.29102.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=29.46%
G=40.90%
B=29.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181580.2800.280.15120.9845.1973.53
Hex9DDA9E1C01CF792d4a
Octal235332236340341717155112
Binary10011101110110101001111011100011100111111110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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