Html Css Color HEX #8DAC5E Chelsea Cucumber

📋 copy color: '#8DAC5E'

red 141 ◦ green 172 ◦ blue 94

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

Shades of Chelsea Cucumber #8DAC5E

Tints of Chelsea Cucumber #8DAC5E

RGB

 RED value IS 141 (55.47% from 255) = 34.64%

 GREEN value IS 172 (67.58% from 255) = 42.26%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 34.64%
G = 42.26%
B = 23.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#8DAC5E (or 0x8DAC5E) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 5E. RGB value is (141,172,94). Sum of RGB (Red+Green+Blue) = 141+172+94=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC5E is #7253A1. Grayscale: #9A9A9A. Windows color (decimal): -7492514 or 6204557. OLE color: 6204557.

HSL color Cylindrical-coordinate representation of color #8DAC5E: hue angle of 83.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DAC5E is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 172 94 -
CMYK 0.18 0 0.45 0.33
HSL 83.85º 0.32% 0.52% -
HSV(B) 83.85º 0.45% 0.67% -
XYZ 27.76 35.98 16.07 -
YUV 153.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 141 172 94 0.18 0 0.45 0.33 83.85 0.32 0.52
Hex 8D AC 5E 12 0 2D 21 54 20 34
Octal 215 254 136 22 0 55 41 124 40 64
Binary 10001101 10101100 1011110 10010 0 101101 100001 1010100 100000 110100

Color Harmonies of #8DAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC5E

Black with #8DAC5E

Text Example


Text Example

White with #8DAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAC5E;
 }
 .AnyTagClassName
 {
   color: #8DAC5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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