Html Css Color HEX #8EBD1A Limerick

📋 copy color: '#8EBD1A'

red 142 ◦ green 189 ◦ blue 26

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

Shades of Limerick #8EBD1A

Tints of Limerick #8EBD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.94%

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 39.78%
G = 52.94%
B = 7.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#8EBD1A (or 0x8EBD1A) is known color: Limerick. HEX triplet: 8E, BD and 1A. RGB value is (142,189,26). Sum of RGB (Red+Green+Blue) = 142+189+26=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD1A is #7142E5. Grayscale: #9C9C9C. Windows color (decimal): -7422694 or 1752462. OLE color: 1752462.

HSL color Cylindrical-coordinate representation of color #8EBD1A: hue angle of 77.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EBD1A is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 189 26 -
CMYK 0.25 0 0.86 0.26
HSL 77.3º 0.76% 0.42% -
HSV(B) 77.3º 0.86% 0.74% -
XYZ 29.54 42.22 7.57 -
YUV 156.37 54.43 117.75 -
System Red Green Blue C M Y K H S L
Decimal 142 189 26 0.25 0 0.86 0.26 77.3 0.76 0.42
Hex 8E BD 1A 19 0 56 1A 4D 4C 2A
Octal 216 275 32 31 0 126 32 115 114 52
Binary 10001110 10111101 11010 11001 0 1010110 11010 1001101 1001100 101010

Color Harmonies of #8EBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD1A

Black with #8EBD1A

Text Example


Text Example

White with #8EBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,189,26); }

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

background-color css

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

 a { background-color: rgb(142,189,26); }

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

border-color css

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

 span { border-color: rgb(142,189,26); }

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