#9FDA9B

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

Shades of Granny Smith Apple #9FDA9B

Tints of Granny Smith Apple #9FDA9B

Color information

#9FDA9B (or 0x9FDA9B) is unknown color: approx Granny Smith Apple. HEX triplet: 9F, DA and 9B. RGB value is (159,218,155). Sum of RGB (Red+Green+Blue) = 159+218+155=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDA9B is #602564. Grayscale: #C1C1C1. Windows color (decimal): -6301029 or 10214047. OLE color: 10214047.

HSL color Cylindrical-coordinate representation of color #9FDA9B: hue angle of 116.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDA9B is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB159218155-
CMYK0.2700.290.15
HSL116.19º45.99%73.14%-
HSV(B)116.19º28.9%85.49%-
XYZ45.2959.8840.18-
YUV193.18106.45103.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=29.89%
G=40.98%
B=29.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592181550.2700.290.15116.1945.9973.14
Hex9FDA9B1B01DF742e49
Octal237332233330351716456111
Binary10011111110110101001101111011011101111111101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,155); }

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

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

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

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

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

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

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