#9DDC9E

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

Shades of Granny Smith Apple #9DDC9E

Tints of Granny Smith Apple #9DDC9E

Color information

#9DDC9E (or 0x9DDC9E) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DC and 9E. RGB value is (157,220,158). Sum of RGB (Red+Green+Blue) = 157+220+158=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC9E is #622361. Grayscale: #C2C2C2. Windows color (decimal): -6431586 or 10411165. OLE color: 10411165.

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

Color convert

RGB157220158-
CMYK0.2900.280.14
HSL120.95º47.37%73.92%-
HSV(B)120.95º28.64%86.27%-
XYZ45.6760.8241.68-
YUV194.09107.63101.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=29.35%
G=41.12%
B=29.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201580.2900.280.14120.9547.3773.92
Hex9DDC9E1D01CE792f4a
Octal235334236350341617157112
Binary10011101110111001001111011101011100111011110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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