#9DD98D

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

Shades of Granny Smith Apple #9DD98D

Tints of Granny Smith Apple #9DD98D

Color information

#9DD98D (or 0x9DD98D) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D9 and 8D. RGB value is (157,217,141). Sum of RGB (Red+Green+Blue) = 157+217+141=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD98D is #622672. Grayscale: #BEBEBE. Windows color (decimal): -6432371 or 9296285. OLE color: 9296285.

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

Color convert

RGB157217141-
CMYK0.2800.350.15
HSL107.37º50%70.2%-
HSV(B)107.37º35.02%85.1%-
XYZ43.5358.7234.24-
YUV190.4100.12104.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=30.49%
G=42.14%
B=27.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171410.2800.350.15107.375070.2
Hex9DD98D1C023F6b3246
Octal235331215340431715362106
Binary100111011101100110001101111000100011111111010111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,141); }

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

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

 a { background-color: rgb(157,217,141); }

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

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

 span { border-color: rgb(157,217,141); }

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