#8CA46F

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

Shades of Chelsea Cucumber #8CA46F

Tints of Chelsea Cucumber #8CA46F

Color information

#8CA46F (or 0x8CA46F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A4 and 6F. RGB value is (140,164,111). Sum of RGB (Red+Green+Blue) = 140+164+111=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA46F is #735B90. Grayscale: #969696. Windows color (decimal): -7560081 or 7316620. OLE color: 7316620.

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

Color convert

RGB140164111-
CMYK0.1500.320.36
HSL87.17º22.55%53.92%-
HSV(B)87.17º32.32%64.31%-
XYZ26.9633.2720.04-
YUV150.78105.55120.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=33.73%
G=39.52%
B=26.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641110.1500.320.3687.1722.5553.92
Hex8CA46FF02024571736
Octal21424415717040441272766
Binary1000110010100100110111111110100000100100101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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