#8FA470

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

Shades of Chelsea Cucumber #8FA470

Tints of Chelsea Cucumber #8FA470

Color information

#8FA470 (or 0x8FA470) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A4 and 70. RGB value is (143,164,112). Sum of RGB (Red+Green+Blue) = 143+164+112=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA470 is #705B8F. Grayscale: #979797. Windows color (decimal): -7363472 or 7382159. OLE color: 7382159.

HSL color Cylindrical-coordinate representation of color #8FA470: hue angle of 84.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FA470 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB143164112-
CMYK0.1300.320.36
HSL84.23º22.22%54.12%-
HSV(B)84.23º31.71%64.31%-
XYZ27.5333.5620.36-
YUV151.79105.54121.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=34.13%
G=39.14%
B=26.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431641120.1300.320.3684.2322.2254.12
Hex8FA470D02024541636
Octal21724416015040441242666
Binary1000111110100100111000011010100000100100101010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,112); }

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

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

 a { background-color: rgb(143,164,112); }

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

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

 span { border-color: rgb(143,164,112); }

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