#9FDF95

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

Shades of Granny Smith Apple #9FDF95

Tints of Granny Smith Apple #9FDF95

Color information

#9FDF95 (or 0x9FDF95) is unknown color: approx Granny Smith Apple. HEX triplet: 9F, DF and 95. RGB value is (159,223,149). Sum of RGB (Red+Green+Blue) = 159+223+149=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDF95 is #60206A. Grayscale: #C3C3C3. Windows color (decimal): -6299755 or 9822111. OLE color: 9822111.

HSL color Cylindrical-coordinate representation of color #9FDF95: hue angle of 111.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDF95 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB159223149-
CMYK0.2900.330.13
HSL111.89º53.62%72.94%-
HSV(B)111.89º33.18%87.45%-
XYZ46.1162.3238.03-
YUV195.43101.8102.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 223 (87.5% from 255) = 42.00%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=29.94%
G=42.00%
B=28.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231490.2900.330.13111.8953.6272.94
Hex9FDF951D021D703649
Octal237337225350411516066111
Binary100111111101111110010101111010100001110111100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,149); }

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

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

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

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

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

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

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