#8CAC45

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

Shades of Chelsea Cucumber #8CAC45

Tints of Chelsea Cucumber #8CAC45

Color information

#8CAC45 (or 0x8CAC45) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AC and 45. RGB value is (140,172,69). Sum of RGB (Red+Green+Blue) = 140+172+69=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC45 is #7353BA. Grayscale: #979797. Windows color (decimal): -7558075 or 4566156. OLE color: 4566156.

HSL color Cylindrical-coordinate representation of color #8CAC45: hue angle of 78.64º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CAC45 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB14017269-
CMYK0.1900.600.33
HSL78.64º42.74%47.25%-
HSV(B)78.64º59.88%67.45%-
XYZ26.6435.5111.08-
YUV150.6981.9120.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.75%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=36.75%
G=45.14%
B=18.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140172690.1900.600.3378.6442.7447.25
Hex8CAC451303C214f2b2f
Octal21425410523074411175357
Binary100011001010110010001011001101111001000011001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,172,69); }

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

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

 a { background-color: rgb(140,172,69); }

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

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

 span { border-color: rgb(140,172,69); }

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