#9FDC94

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

Shades of Granny Smith Apple #9FDC94

Tints of Granny Smith Apple #9FDC94

Color information

#9FDC94 (or 0x9FDC94) is unknown color: approx Granny Smith Apple. HEX triplet: 9F, DC and 94. RGB value is (159,220,148). Sum of RGB (Red+Green+Blue) = 159+220+148=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDC94 is #60236B. Grayscale: #C1C1C1. Windows color (decimal): -6300524 or 9755807. OLE color: 9755807.

HSL color Cylindrical-coordinate representation of color #9FDC94: hue angle of 110.83º 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 #9FDC94 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB159220148-
CMYK0.2800.330.14
HSL110.83º50.7%72.16%-
HSV(B)110.83º32.73%86.27%-
XYZ45.2460.737.35-
YUV193.55102.29103.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=30.17%
G=41.75%
B=28.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592201480.2800.330.14110.8350.772.16
Hex9FDC941C021E6f3348
Octal237334224340411615763110
Binary100111111101110010010100111000100001111011011111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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