#8CA870

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

Shades of Chelsea Cucumber #8CA870

Tints of Chelsea Cucumber #8CA870

Color information

#8CA870 (or 0x8CA870) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A8 and 70. RGB value is (140,168,112). Sum of RGB (Red+Green+Blue) = 140+168+112=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA870 is #73578F. Grayscale: #999999. Windows color (decimal): -7559056 or 7383180. OLE color: 7383180.

HSL color Cylindrical-coordinate representation of color #8CA870: hue angle of 90º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CA870 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB140168112-
CMYK0.1700.330.34
HSL90º24.35%54.9%-
HSV(B)90º33.33%65.88%-
XYZ27.7434.7520.57-
YUV153.24104.72118.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=33.33%
G=40%
B=26.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401681120.1700.330.349024.3554.9
Hex8CA87011021225a1837
Octal21425016021041421323067
Binary10001100101010001110000100010100001100010101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,168,112); }

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

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

 a { background-color: rgb(140,168,112); }

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

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

 span { border-color: rgb(140,168,112); }

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