#8FA16D

Color #8FA16D Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8FA16D

Tints of Sage #8FA16D

Color information

#8FA16D (or 0x8FA16D) is unknown color: approx Sage. HEX triplet: 8F, A1 and 6D. RGB value is (143,161,109). Sum of RGB (Red+Green+Blue) = 143+161+109=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA16D is #705E92. Grayscale: #959595. Windows color (decimal): -7364243 or 7184783. OLE color: 7184783.

HSL color Cylindrical-coordinate representation of color #8FA16D: hue angle of 80.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FA16D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB143161109-
CMYK0.1100.320.37
HSL80.77º21.67%52.94%-
HSV(B)80.77º32.3%63.14%-
XYZ26.8332.4319.31-
YUV149.69105.04123.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.62%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=34.62%
G=38.98%
B=26.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431611090.1100.320.3780.7721.6752.94
Hex8FA16DB02025511635
Octal21724115513040451212665
Binary1000111110100001110110110110100000100101101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA16D; }

 p { color: rgb(143,161,109); }

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

<style>
 a { background-color: #8FA16D; }

 a { background-color: rgb(143,161,109); }

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

<style>
 span { border-color: #8FA16D; }

 span { border-color: rgb(143,161,109); }

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