Html Css Color HEX #8CAD5E Chelsea Cucumber

📋 copy color: '#8CAD5E'

red 140 ◦ green 173 ◦ blue 94

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

Shades of Chelsea Cucumber #8CAD5E

Tints of Chelsea Cucumber #8CAD5E

RGB

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

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

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

R = 34.4%
G = 42.51%
B = 23.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#8CAD5E (or 0x8CAD5E) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 5E. RGB value is (140,173,94). Sum of RGB (Red+Green+Blue) = 140+173+94=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD5E is #7352A1. Grayscale: #9A9A9A. Windows color (decimal): -7557794 or 6204812. OLE color: 6204812.

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

Color convert

RGB 140 173 94 -
CMYK 0.19 0 0.46 0.32
HSL 85.06º 0.33% 0.52% -
HSV(B) 85.06º 0.46% 0.68% -
XYZ 27.78 36.27 16.13 -
YUV 154.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 140 173 94 0.19 0 0.46 0.32 85.06 0.33 0.52
Hex 8C AD 5E 13 0 2E 20 55 21 34
Octal 214 255 136 23 0 56 40 125 41 64
Binary 10001100 10101101 1011110 10011 0 101110 100000 1010101 100001 110100

Color Harmonies of #8CAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD5E

Black with #8CAD5E

Text Example


Text Example

White with #8CAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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