Html Css Color HEX #8DAC45 Chelsea Cucumber

📋 copy color: '#8DAC45'

red 141 ◦ green 172 ◦ blue 69

#8DAC45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8DAC45

Tints of Chelsea Cucumber #8DAC45

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 value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#8DAC45 (or 0x8DAC45) is known color: 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

RGB 141 172 69 -
CMYK 0.18 0 0.60 0.33
HSL 78.06º 0.43% 0.47% -
HSV(B) 78.06º 0.6% 0.67% -
XYZ 26.81 35.6 11.09 -
YUV 150.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 141 172 69 0.18 0 0.60 0.33 78.06 0.43 0.47
Hex 8D AC 45 12 0 3C 21 4E 2B 2F
Octal 215 254 105 22 0 74 41 116 53 57
Binary 10001101 10101100 1000101 10010 0 111100 100001 1001110 101011 101111

Color Harmonies of #8DAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC45

Black with #8DAC45

Text Example


Text Example

White with #8DAC45

Text Example


Text Example

HTML Codes & Css Web 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>