#9FDC9F

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

Shades of Granny Smith Apple #9FDC9F

Tints of Granny Smith Apple #9FDC9F

Color information

#9FDC9F (or 0x9FDC9F) is unknown color: approx Granny Smith Apple. HEX triplet: 9F, DC and 9F. RGB value is (159,220,159). Sum of RGB (Red+Green+Blue) = 159+220+159=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDC9F is #602360. Grayscale: #C2C2C2. Windows color (decimal): -6300513 or 10476703. OLE color: 10476703.

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

Color convert

RGB159220159-
CMYK0.2800.280.14
HSL120º46.56%74.31%-
HSV(B)120º27.73%86.27%-
XYZ46.1561.0642.15-
YUV194.81107.79102.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.55%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=29.55%
G=40.89%
B=29.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592201590.2800.280.1412046.5674.31
Hex9FDC9F1C01CE782f4a
Octal237334237340341617057112
Binary10011111110111001001111111100011100111011110001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,220,159); }

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

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

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

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

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

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

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