Html Css Color HEX #8DAC5F Chelsea Cucumber

📋 copy color: '#8DAC5F'

red 141 ◦ green 172 ◦ blue 95

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

Shades of Chelsea Cucumber #8DAC5F

Tints of Chelsea Cucumber #8DAC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 34.56%
G = 42.16%
B = 23.28%

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

#8DAC5F (or 0x8DAC5F) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 5F. RGB value is (141,172,95). Sum of RGB (Red+Green+Blue) = 141+172+95=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC5F is #7253A0. Grayscale: #9A9A9A. Windows color (decimal): -7492513 or 6270093. OLE color: 6270093.

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

Color convert

RGB 141 172 95 -
CMYK 0.18 0 0.45 0.33
HSL 84.16º 0.32% 0.52% -
HSV(B) 84.16º 0.45% 0.67% -
XYZ 27.8 35.99 16.31 -
YUV 153.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 141 172 95 0.18 0 0.45 0.33 84.16 0.32 0.52
Hex 8D AC 5F 12 0 2D 21 54 20 34
Octal 215 254 137 22 0 55 41 124 40 64
Binary 10001101 10101100 1011111 10010 0 101101 100001 1010100 100000 110100

Color Harmonies of #8DAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC5F

Black with #8DAC5F

Text Example


Text Example

White with #8DAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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