Html Css Color HEX #8CAD6C Chelsea Cucumber

📋 copy color: '#8CAD6C'

red 140 ◦ green 173 ◦ blue 108

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

Shades of Chelsea Cucumber #8CAD6C

Tints of Chelsea Cucumber #8CAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 108 (42.58% from 255) = 25.65%

R = 33.25%
G = 41.09%
B = 25.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#8CAD6C (or 0x8CAD6C) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 6C. RGB value is (140,173,108). Sum of RGB (Red+Green+Blue) = 140+173+108=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD6C is #735293. Grayscale: #9B9B9B. Windows color (decimal): -7557780 or 7122316. OLE color: 7122316.

HSL color Cylindrical-coordinate representation of color #8CAD6C: hue angle of 90.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CAD6C is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 108 -
CMYK 0.19 0 0.38 0.32
HSL 90.46º 0.28% 0.55% -
HSV(B) 90.46º 0.38% 0.68% -
XYZ 28.47 36.55 19.74 -
YUV 155.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 140 173 108 0.19 0 0.38 0.32 90.46 0.28 0.55
Hex 8C AD 6C 13 0 26 20 5A 1C 37
Octal 214 255 154 23 0 46 40 132 34 67
Binary 10001100 10101101 1101100 10011 0 100110 100000 1011010 11100 110111

Color Harmonies of #8CAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD6C

Black with #8CAD6C

Text Example


Text Example

White with #8CAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,108); }

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

background-color css

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

 a { background-color: rgb(140,173,108); }

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

border-color css

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

 span { border-color: rgb(140,173,108); }

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