#8CA16E

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

Shades of Chelsea Cucumber #8CA16E

Tints of Chelsea Cucumber #8CA16E

Color information

#8CA16E (or 0x8CA16E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A1 and 6E. RGB value is (140,161,110). Sum of RGB (Red+Green+Blue) = 140+161+110=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA16E is #735E91. Grayscale: #959595. Windows color (decimal): -7560850 or 7250316. OLE color: 7250316.

HSL color Cylindrical-coordinate representation of color #8CA16E: hue angle of 84.71º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CA16E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB140161110-
CMYK0.1300.320.37
HSL84.71º21.34%53.14%-
HSV(B)84.71º31.68%63.14%-
XYZ26.3732.1919.58-
YUV148.91106.04121.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=34.06%
G=39.17%
B=26.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1401611100.1300.320.3784.7121.3453.14
Hex8CA16ED02025551535
Octal21424115615040451252565
Binary1000110010100001110111011010100000100101101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,161,110); }

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

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

 a { background-color: rgb(140,161,110); }

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

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

 span { border-color: rgb(140,161,110); }

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