Html Css Color HEX #8CAD65 Chelsea Cucumber

📋 copy color: '#8CAD65'

red 140 ◦ green 173 ◦ blue 101

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

Shades of Chelsea Cucumber #8CAD65

Tints of Chelsea Cucumber #8CAD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 33.82%
G = 41.79%
B = 24.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#8CAD65 (or 0x8CAD65) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 65. RGB value is (140,173,101). Sum of RGB (Red+Green+Blue) = 140+173+101=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD65 is #73529A. Grayscale: #9B9B9B. Windows color (decimal): -7557787 or 6663564. OLE color: 6663564.

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

Color convert

RGB 140 173 101 -
CMYK 0.19 0 0.42 0.32
HSL 87.5º 0.31% 0.54% -
HSV(B) 87.5º 0.42% 0.68% -
XYZ 28.11 36.4 17.86 -
YUV 154.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 140 173 101 0.19 0 0.42 0.32 87.5 0.31 0.54
Hex 8C AD 65 13 0 2A 20 57 1F 36
Octal 214 255 145 23 0 52 40 127 37 66
Binary 10001100 10101101 1100101 10011 0 101010 100000 1010111 11111 110110

Color Harmonies of #8CAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD65

Black with #8CAD65

Text Example


Text Example

White with #8CAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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