#8CA46E

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

Shades of Chelsea Cucumber #8CA46E

Tints of Chelsea Cucumber #8CA46E

Color information

#8CA46E (or 0x8CA46E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A4 and 6E. RGB value is (140,164,110). Sum of RGB (Red+Green+Blue) = 140+164+110=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA46E is #735B91. Grayscale: #969696. Windows color (decimal): -7560082 or 7251084. OLE color: 7251084.

HSL color Cylindrical-coordinate representation of color #8CA46E: hue angle of 86.67º degrees, saturation: 0.23, 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 #8CA46E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB140164110-
CMYK0.1500.330.36
HSL86.67º22.88%53.73%-
HSV(B)86.67º32.93%64.31%-
XYZ26.9133.2519.75-
YUV150.67105.05120.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=33.82%
G=39.61%
B=26.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641100.1500.330.3686.6722.8853.73
Hex8CA46EF02124571736
Octal21424415617041441272766
Binary1000110010100100110111011110100001100100101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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