Html Css Color HEX #8CAD64 Chelsea Cucumber

📋 copy color: '#8CAD64'

red 140 ◦ green 173 ◦ blue 100

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

Shades of Chelsea Cucumber #8CAD64

Tints of Chelsea Cucumber #8CAD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 33.9%
G = 41.89%
B = 24.21%

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

#8CAD64 (or 0x8CAD64) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 64. RGB value is (140,173,100). Sum of RGB (Red+Green+Blue) = 140+173+100=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD64 is #73529B. Grayscale: #9B9B9B. Windows color (decimal): -7557788 or 6598028. OLE color: 6598028.

HSL color Cylindrical-coordinate representation of color #8CAD64: hue angle of 87.12º 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 #8CAD64 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 100 -
CMYK 0.19 0 0.42 0.32
HSL 87.12º 0.31% 0.54% -
HSV(B) 87.12º 0.42% 0.68% -
XYZ 28.06 36.38 17.6 -
YUV 154.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 140 173 100 0.19 0 0.42 0.32 87.12 0.31 0.54
Hex 8C AD 64 13 0 2A 20 57 1F 36
Octal 214 255 144 23 0 52 40 127 37 66
Binary 10001100 10101101 1100100 10011 0 101010 100000 1010111 11111 110110

Color Harmonies of #8CAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD64

Black with #8CAD64

Text Example


Text Example

White with #8CAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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