#9FC3AC

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

Shades of Gum Leaf #9FC3AC

Tints of Gum Leaf #9FC3AC

Color information

#9FC3AC (or 0x9FC3AC) is unknown color: approx Gum Leaf. HEX triplet: 9F, C3 and AC. RGB value is (159,195,172). Sum of RGB (Red+Green+Blue) = 159+195+172=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC3AC is #603C53. Grayscale: #B5B5B5. Windows color (decimal): -6306900 or 11322271. OLE color: 11322271.

HSL color Cylindrical-coordinate representation of color #9FC3AC: hue angle of 141.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC3AC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB159195172-
CMYK0.1800.120.24
HSL141.67º23.08%69.41%-
HSV(B)141.67º18.46%76.47%-
XYZ41.2649.3846.39-
YUV181.61122.57111.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.23%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=30.23%
G=37.07%
B=32.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591951720.1800.120.24141.6723.0869.41
Hex9FC3AC120C188e1745
Octal237303254220143021627105
Binary10011111110000111010110010010011001100010001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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