#8DAC45

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

Shades of Chelsea Cucumber #8DAC45

Tints of Chelsea Cucumber #8DAC45

Color information

#8DAC45 (or 0x8DAC45) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AC and 45. RGB value is (141,172,69). Sum of RGB (Red+Green+Blue) = 141+172+69=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC45 is #7253BA. Grayscale: #979797. Windows color (decimal): -7492539 or 4566157. OLE color: 4566157.

HSL color Cylindrical-coordinate representation of color #8DAC45: hue angle of 78.06º 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 #8DAC45 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB14117269-
CMYK0.1800.600.33
HSL78.06º42.74%47.25%-
HSV(B)78.06º59.88%67.45%-
XYZ26.8135.611.09-
YUV150.9981.73120.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=36.91%
G=45.03%
B=18.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141172690.1800.600.3378.0642.7447.25
Hex8DAC451203C214e2b2f
Octal21525410522074411165357
Binary100011011010110010001011001001111001000011001110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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