Html Css Color HEX #8CAC60 Chelsea Cucumber

📋 copy color: '#8CAC60'

red 140 ◦ green 172 ◦ blue 96

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

Shades of Chelsea Cucumber #8CAC60

Tints of Chelsea Cucumber #8CAC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 34.31%
G = 42.16%
B = 23.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#8CAC60 (or 0x8CAC60) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 60. RGB value is (140,172,96). Sum of RGB (Red+Green+Blue) = 140+172+96=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC60 is #73539F. Grayscale: #9A9A9A. Windows color (decimal): -7558048 or 6335628. OLE color: 6335628.

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

Color convert

RGB 140 172 96 -
CMYK 0.19 0 0.44 0.33
HSL 85.26º 0.31% 0.53% -
HSV(B) 85.26º 0.44% 0.67% -
XYZ 27.68 35.93 16.54 -
YUV 153.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 140 172 96 0.19 0 0.44 0.33 85.26 0.31 0.53
Hex 8C AC 60 13 0 2C 21 55 1F 35
Octal 214 254 140 23 0 54 41 125 37 65
Binary 10001100 10101100 1100000 10011 0 101100 100001 1010101 11111 110101

Color Harmonies of #8CAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC60

Black with #8CAC60

Text Example


Text Example

White with #8CAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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