#9FC5AD

Color #9FC5AD Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #9FC5AD

Tints of Gum Leaf #9FC5AD

Color information

#9FC5AD (or 0x9FC5AD) is unknown color: approx Gum Leaf. HEX triplet: 9F, C5 and AD. RGB value is (159,197,173). Sum of RGB (Red+Green+Blue) = 159+197+173=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC5AD is #603A52. Grayscale: #B6B6B6. Windows color (decimal): -6306387 or 11388319. OLE color: 11388319.

HSL color Cylindrical-coordinate representation of color #9FC5AD: hue angle of 142.11º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC5AD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB159197173-
CMYK0.1900.120.23
HSL142.11º24.68%69.8%-
HSV(B)142.11º19.29%77.25%-
XYZ41.8150.3247.04-
YUV182.9122.41110.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 197 (77.34% from 255) = 37.24%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=30.06%
G=37.24%
B=32.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971730.1900.120.23142.1124.6869.8
Hex9FC5AD130C178e1946
Octal237305255230142721631106
Binary10011111110001011010110110011011001011110001110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,173); }

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

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

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

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

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

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

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