#8CA36E

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

Shades of Chelsea Cucumber #8CA36E

Tints of Chelsea Cucumber #8CA36E

Color information

#8CA36E (or 0x8CA36E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A3 and 6E. RGB value is (140,163,110). Sum of RGB (Red+Green+Blue) = 140+163+110=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA36E is #735C91. Grayscale: #969696. Windows color (decimal): -7560338 or 7250828. OLE color: 7250828.

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

Color convert

RGB140163110-
CMYK0.1400.330.36
HSL86.04º22.36%53.53%-
HSV(B)86.04º32.52%63.92%-
XYZ26.7332.919.69-
YUV150.08105.38120.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=33.90%
G=39.47%
B=26.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631100.1400.330.3686.0422.3653.53
Hex8CA36EE02124561636
Octal21424315616041441262666
Binary1000110010100011110111011100100001100100101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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