Html Css Color HEX #8EA14A Chelsea Cucumber

📋 copy color: '#8EA14A'

red 142 ◦ green 161 ◦ blue 74

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

Shades of Chelsea Cucumber #8EA14A

Tints of Chelsea Cucumber #8EA14A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.71%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 37.67%
G = 42.71%
B = 19.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#8EA14A (or 0x8EA14A) is known color: Chelsea Cucumber. HEX triplet: 8E, A1 and 4A. RGB value is (142,161,74). Sum of RGB (Red+Green+Blue) = 142+161+74=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA14A is #715EB5. Grayscale: #919191. Windows color (decimal): -7429814 or 4891022. OLE color: 4891022.

HSL color Cylindrical-coordinate representation of color #8EA14A: hue angle of 73.1º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EA14A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 161 74 -
CMYK 0.12 0 0.54 0.37
HSL 73.1º 0.37% 0.46% -
HSV(B) 73.1º 0.54% 0.63% -
XYZ 25.14 31.73 11.28 -
YUV 145.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 142 161 74 0.12 0 0.54 0.37 73.1 0.37 0.46
Hex 8E A1 4A C 0 36 25 49 25 2E
Octal 216 241 112 14 0 66 45 111 45 56
Binary 10001110 10100001 1001010 1100 0 110110 100101 1001001 100101 101110

Color Harmonies of #8EA14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA14A

Black with #8EA14A

Text Example


Text Example

White with #8EA14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,161,74); }

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

background-color css

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

 a { background-color: rgb(142,161,74); }

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

border-color css

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

 span { border-color: rgb(142,161,74); }

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