#9FC1A9

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

Shades of Gum Leaf #9FC1A9

Tints of Gum Leaf #9FC1A9

Color information

#9FC1A9 (or 0x9FC1A9) is unknown color: approx Gum Leaf. HEX triplet: 9F, C1 and A9. RGB value is (159,193,169). Sum of RGB (Red+Green+Blue) = 159+193+169=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC1A9 is #603E56. Grayscale: #B4B4B4. Windows color (decimal): -6307415 or 11125151. OLE color: 11125151.

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

Color convert

RGB159193169-
CMYK0.1800.120.24
HSL137.65º21.52%69.02%-
HSV(B)137.65º17.62%75.69%-
XYZ40.5348.3844.74-
YUV180.1121.74112.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=30.52%
G=37.04%
B=32.44%

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
Decimal1591931690.1800.120.24137.6521.5269.02
Hex9FC1A9120C188a1645
Octal237301251220143021226105
Binary10011111110000011010100110010011001100010001010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,169); }

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

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

 a { background-color: rgb(159,193,169); }

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

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

 span { border-color: rgb(159,193,169); }

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