#9FC4AC

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

Shades of Gum Leaf #9FC4AC

Tints of Gum Leaf #9FC4AC

Color information

#9FC4AC (or 0x9FC4AC) is unknown color: approx Gum Leaf. HEX triplet: 9F, C4 and AC. RGB value is (159,196,172). Sum of RGB (Red+Green+Blue) = 159+196+172=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC4AC is #603B53. Grayscale: #B6B6B6. Windows color (decimal): -6306644 or 11322527. OLE color: 11322527.

HSL color Cylindrical-coordinate representation of color #9FC4AC: hue angle of 141.08º degrees, saturation: 0.24, 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 #9FC4AC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB159196172-
CMYK0.1900.120.23
HSL141.08º23.87%69.61%-
HSV(B)141.08º18.88%76.86%-
XYZ41.4849.8346.46-
YUV182.2122.24111.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 196 (76.95% from 255) = 37.19%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=30.17%
G=37.19%
B=32.64%

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
Decimal1591961720.1900.120.23141.0823.8769.61
Hex9FC4AC130C178d1846
Octal237304254230142721530106
Binary10011111110001001010110010011011001011110001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,172); }

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

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

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

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

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

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

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