Html Css Color HEX #8EA82E Limerick

📋 copy color: '#8EA82E'

red 142 ◦ green 168 ◦ blue 46

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

Shades of Limerick #8EA82E

Tints of Limerick #8EA82E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.19%

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 39.89%
G = 47.19%
B = 12.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#8EA82E (or 0x8EA82E) is known color: Limerick. HEX triplet: 8E, A8 and 2E. RGB value is (142,168,46). Sum of RGB (Red+Green+Blue) = 142+168+46=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA82E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA82E is #7157D1. Grayscale: #929292. Windows color (decimal): -7428050 or 3057806. OLE color: 3057806.

HSL color Cylindrical-coordinate representation of color #8EA82E: hue angle of 72.79º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EA82E is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 46 -
CMYK 0.15 0 0.73 0.34
HSL 72.79º 0.57% 0.42% -
HSV(B) 72.79º 0.73% 0.66% -
XYZ 25.65 33.95 7.79 -
YUV 146.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 142 168 46 0.15 0 0.73 0.34 72.79 0.57 0.42
Hex 8E A8 2E F 0 49 22 49 39 2A
Octal 216 250 56 17 0 111 42 111 71 52
Binary 10001110 10101000 101110 1111 0 1001001 100010 1001001 111001 101010

Color Harmonies of #8EA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA82E

Black with #8EA82E

Text Example


Text Example

White with #8EA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,168,46); }

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

background-color css

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

 a { background-color: rgb(142,168,46); }

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

border-color css

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

 span { border-color: rgb(142,168,46); }

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