#8CA66F

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

Shades of Chelsea Cucumber #8CA66F

Tints of Chelsea Cucumber #8CA66F

Color information

#8CA66F (or 0x8CA66F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A6 and 6F. RGB value is (140,166,111). Sum of RGB (Red+Green+Blue) = 140+166+111=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA66F is #735990. Grayscale: #989898. Windows color (decimal): -7559569 or 7317132. OLE color: 7317132.

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

Color convert

RGB140166111-
CMYK0.1600.330.35
HSL88.36º23.61%54.31%-
HSV(B)88.36º33.13%65.1%-
XYZ27.323420.16-
YUV151.96104.89119.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=33.57%
G=39.81%
B=26.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401661110.1600.330.3588.3623.6154.31
Hex8CA66F1002123581836
Octal21424615720041431303066
Binary10001100101001101101111100000100001100011101100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,111); }

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

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

 a { background-color: rgb(140,166,111); }

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

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

 span { border-color: rgb(140,166,111); }

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