#8FAB6A

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

Shades of Chelsea Cucumber #8FAB6A

Tints of Chelsea Cucumber #8FAB6A

Color information

#8FAB6A (or 0x8FAB6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AB and 6A. RGB value is (143,171,106). Sum of RGB (Red+Green+Blue) = 143+171+106=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB6A is #705495. Grayscale: #9B9B9B. Windows color (decimal): -7361686 or 6990735. OLE color: 6990735.

HSL color Cylindrical-coordinate representation of color #8FAB6A: hue angle of 85.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAB6A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB143171106-
CMYK0.1600.380.33
HSL85.85º27.9%54.31%-
HSV(B)85.85º38.01%67.06%-
XYZ28.4936.0119.08-
YUV155.22100.22119.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=34.05%
G=40.71%
B=25.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711060.1600.380.3385.8527.954.31
Hex8FAB6A1002621561c36
Octal21725315220046411263466
Binary10001111101010111101010100000100110100001101011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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