Html Css Color HEX #8EAE31 Limerick

📋 copy color: '#8EAE31'

red 142 ◦ green 174 ◦ blue 49

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

Shades of Limerick #8EAE31

Tints of Limerick #8EAE31

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.67%

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 38.9%
G = 47.67%
B = 13.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#8EAE31 (or 0x8EAE31) is known color: Limerick. HEX triplet: 8E, AE and 31. RGB value is (142,174,49). Sum of RGB (Red+Green+Blue) = 142+174+49=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAE31 is #7151CE. Grayscale: #969696. Windows color (decimal): -7426511 or 3255950. OLE color: 3255950.

HSL color Cylindrical-coordinate representation of color #8EAE31: hue angle of 75.36º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EAE31 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 174 49 -
CMYK 0.18 0 0.72 0.32
HSL 75.36º 0.56% 0.44% -
HSV(B) 75.36º 0.72% 0.68% -
XYZ 26.85 36.24 8.49 -
YUV 150.18 70.9 122.16 -
System Red Green Blue C M Y K H S L
Decimal 142 174 49 0.18 0 0.72 0.32 75.36 0.56 0.44
Hex 8E AE 31 12 0 48 20 4B 38 2C
Octal 216 256 61 22 0 110 40 113 70 54
Binary 10001110 10101110 110001 10010 0 1001000 100000 1001011 111000 101100

Color Harmonies of #8EAE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAE31

Black with #8EAE31

Text Example


Text Example

White with #8EAE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,49); }

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

background-color css

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

 a { background-color: rgb(142,174,49); }

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

border-color css

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

 span { border-color: rgb(142,174,49); }

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