#9FC2AC

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

Shades of Gum Leaf #9FC2AC

Tints of Gum Leaf #9FC2AC

Color information

#9FC2AC (or 0x9FC2AC) is unknown color: approx Gum Leaf. HEX triplet: 9F, C2 and AC. RGB value is (159,194,172). Sum of RGB (Red+Green+Blue) = 159+194+172=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC2AC is #603D53. Grayscale: #B5B5B5. Windows color (decimal): -6307156 or 11322015. OLE color: 11322015.

HSL color Cylindrical-coordinate representation of color #9FC2AC: hue angle of 142.29º degrees, saturation: 0.22, 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 #9FC2AC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB159194172-
CMYK0.1800.110.24
HSL142.29º22.29%69.22%-
HSV(B)142.29º18.04%76.08%-
XYZ41.0448.9346.31-
YUV181.03122.9112.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=30.29%
G=36.95%
B=32.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591941720.1800.110.24142.2922.2969.22
Hex9FC2AC120B188e1645
Octal237302254220133021626105
Binary10011111110000101010110010010010111100010001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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