Html Css Color HEX #8EAD64 Chelsea Cucumber

📋 copy color: '#8EAD64'

red 142 ◦ green 173 ◦ blue 100

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

Shades of Chelsea Cucumber #8EAD64

Tints of Chelsea Cucumber #8EAD64

RGB

 RED value IS 142 (55.86% from 255) = 34.22%

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

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

R = 34.22%
G = 41.69%
B = 24.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#8EAD64 (or 0x8EAD64) is known color: Chelsea Cucumber. HEX triplet: 8E, AD and 64. RGB value is (142,173,100). Sum of RGB (Red+Green+Blue) = 142+173+100=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD64 is #71529B. Grayscale: #9B9B9B. Windows color (decimal): -7426716 or 6598030. OLE color: 6598030.

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

Color convert

RGB 142 173 100 -
CMYK 0.18 0 0.42 0.32
HSL 85.48º 0.31% 0.54% -
HSV(B) 85.48º 0.42% 0.68% -
XYZ 28.4 36.56 17.62 -
YUV 155.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 142 173 100 0.18 0 0.42 0.32 85.48 0.31 0.54
Hex 8E AD 64 12 0 2A 20 55 1F 36
Octal 216 255 144 22 0 52 40 125 37 66
Binary 10001110 10101101 1100100 10010 0 101010 100000 1010101 11111 110110

Color Harmonies of #8EAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAD64

Black with #8EAD64

Text Example


Text Example

White with #8EAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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