Html Css Color HEX #8EA930 Limerick

📋 copy color: '#8EA930'

red 142 ◦ green 169 ◦ blue 48

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

Shades of Limerick #8EA930

Tints of Limerick #8EA930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.08%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 39.55%
G = 47.08%
B = 13.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#8EA930 (or 0x8EA930) is known color: Limerick. HEX triplet: 8E, A9 and 30. RGB value is (142,169,48). Sum of RGB (Red+Green+Blue) = 142+169+48=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA930 is #7156CF. Grayscale: #939393. Windows color (decimal): -7427792 or 3189134. OLE color: 3189134.

HSL color Cylindrical-coordinate representation of color #8EA930: hue angle of 73.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EA930 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 169 48 -
CMYK 0.16 0 0.72 0.34
HSL 73.39º 0.56% 0.43% -
HSV(B) 73.39º 0.72% 0.66% -
XYZ 25.88 34.34 8.06 -
YUV 147.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 142 169 48 0.16 0 0.72 0.34 73.39 0.56 0.43
Hex 8E A9 30 10 0 48 22 49 38 2B
Octal 216 251 60 20 0 110 42 111 70 53
Binary 10001110 10101001 110000 10000 0 1001000 100010 1001001 111000 101011

Color Harmonies of #8EA930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA930

Black with #8EA930

Text Example


Text Example

White with #8EA930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,169,48); }

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

background-color css

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

 a { background-color: rgb(142,169,48); }

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

border-color css

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

 span { border-color: rgb(142,169,48); }

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