#8FA66A

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

Shades of Chelsea Cucumber #8FA66A

Tints of Chelsea Cucumber #8FA66A

Color information

#8FA66A (or 0x8FA66A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A6 and 6A. RGB value is (143,166,106). Sum of RGB (Red+Green+Blue) = 143+166+106=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA66A is #705995. Grayscale: #989898. Windows color (decimal): -7362966 or 6989455. OLE color: 6989455.

HSL color Cylindrical-coordinate representation of color #8FA66A: hue angle of 83º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FA66A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB143166106-
CMYK0.1400.360.35
HSL83º25.21%53.33%-
HSV(B)83º36.14%65.1%-
XYZ27.5734.1518.77-
YUV152.28101.88121.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=34.46%
G=40%
B=25.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661060.1400.360.358325.2153.33
Hex8FA66AE02423531935
Octal21724615216044431233165
Binary1000111110100110110101011100100100100011101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,106); }

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

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

 a { background-color: rgb(143,166,106); }

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

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

 span { border-color: rgb(143,166,106); }

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