Html Css Color HEX #8EA429 Limerick

📋 copy color: '#8EA429'

red 142 ◦ green 164 ◦ blue 41

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

Shades of Limerick #8EA429

Tints of Limerick #8EA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.26%

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 40.92%
G = 47.26%
B = 11.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#8EA429 (or 0x8EA429) is known color: Limerick. HEX triplet: 8E, A4 and 29. RGB value is (142,164,41). Sum of RGB (Red+Green+Blue) = 142+164+41=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA429 is #715BD6. Grayscale: #8F8F8F. Windows color (decimal): -7429079 or 2729102. OLE color: 2729102.

HSL color Cylindrical-coordinate representation of color #8EA429: hue angle of 70.73º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EA429 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 164 41 -
CMYK 0.13 0 0.75 0.36
HSL 70.73º 0.6% 0.4% -
HSV(B) 70.73º 0.75% 0.64% -
XYZ 24.83 32.46 7.05 -
YUV 143.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 142 164 41 0.13 0 0.75 0.36 70.73 0.6 0.4
Hex 8E A4 29 D 0 4B 24 47 3C 28
Octal 216 244 51 15 0 113 44 107 74 50
Binary 10001110 10100100 101001 1101 0 1001011 100100 1000111 111100 101000

Color Harmonies of #8EA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA429

Black with #8EA429

Text Example


Text Example

White with #8EA429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,164,41); }

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

background-color css

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

 a { background-color: rgb(142,164,41); }

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

border-color css

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

 span { border-color: rgb(142,164,41); }

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