Html Css Color HEX #8EA05A Chelsea Cucumber

📋 copy color: '#8EA05A'

red 142 ◦ green 160 ◦ blue 90

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

Shades of Chelsea Cucumber #8EA05A

Tints of Chelsea Cucumber #8EA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 36.22%
G = 40.82%
B = 22.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#8EA05A (or 0x8EA05A) is known color: Chelsea Cucumber. HEX triplet: 8E, A0 and 5A. RGB value is (142,160,90). Sum of RGB (Red+Green+Blue) = 142+160+90=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA05A is #715FA5. Grayscale: #929292. Windows color (decimal): -7430054 or 5939342. OLE color: 5939342.

HSL color Cylindrical-coordinate representation of color #8EA05A: hue angle of 75.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA05A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 160 90 -
CMYK 0.11 0 0.44 0.37
HSL 75.43º 0.28% 0.49% -
HSV(B) 75.43º 0.44% 0.63% -
XYZ 25.57 31.63 14.43 -
YUV 146.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 142 160 90 0.11 0 0.44 0.37 75.43 0.28 0.49
Hex 8E A0 5A B 0 2C 25 4B 1C 31
Octal 216 240 132 13 0 54 45 113 34 61
Binary 10001110 10100000 1011010 1011 0 101100 100101 1001011 11100 110001

Color Harmonies of #8EA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA05A

Black with #8EA05A

Text Example


Text Example

White with #8EA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,160,90); }

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

background-color css

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

 a { background-color: rgb(142,160,90); }

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

border-color css

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

 span { border-color: rgb(142,160,90); }

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