#9DDC94

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

Shades of Granny Smith Apple #9DDC94

Tints of Granny Smith Apple #9DDC94

Color information

#9DDC94 (or 0x9DDC94) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DC and 94. RGB value is (157,220,148). Sum of RGB (Red+Green+Blue) = 157+220+148=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC94 is #62236B. Grayscale: #C1C1C1. Windows color (decimal): -6431596 or 9755805. OLE color: 9755805.

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

Color convert

RGB157220148-
CMYK0.2900.330.14
HSL112.5º50.7%72.16%-
HSV(B)112.5º32.73%86.27%-
XYZ44.8460.4937.33-
YUV192.96102.63102.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=29.90%
G=41.90%
B=28.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201480.2900.330.14112.550.772.16
Hex9DDC941D021E703348
Octal235334224350411616063110
Binary100111011101110010010100111010100001111011100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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