Html Css Color HEX #8CAC50 Chelsea Cucumber

📋 copy color: '#8CAC50'

red 140 ◦ green 172 ◦ blue 80

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

Shades of Chelsea Cucumber #8CAC50

Tints of Chelsea Cucumber #8CAC50

RGB

 RED value IS 140 (55.08% from 255) = 35.71%

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

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 35.71%
G = 43.88%
B = 20.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#8CAC50 (or 0x8CAC50) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 50. RGB value is (140,172,80). Sum of RGB (Red+Green+Blue) = 140+172+80=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC50 is #7353AF. Grayscale: #989898. Windows color (decimal): -7558064 or 5287052. OLE color: 5287052.

HSL color Cylindrical-coordinate representation of color #8CAC50: hue angle of 80.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CAC50 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 80 -
CMYK 0.19 0 0.53 0.33
HSL 80.87º 0.37% 0.49% -
HSV(B) 80.87º 0.53% 0.67% -
XYZ 27.02 35.66 13.05 -
YUV 151.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 140 172 80 0.19 0 0.53 0.33 80.87 0.37 0.49
Hex 8C AC 50 13 0 35 21 51 25 31
Octal 214 254 120 23 0 65 41 121 45 61
Binary 10001100 10101100 1010000 10011 0 110101 100001 1010001 100101 110001

Color Harmonies of #8CAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC50

Black with #8CAC50

Text Example


Text Example

White with #8CAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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