Html Css Color HEX #8DC41A Limerick

📋 copy color: '#8DC41A'

red 141 ◦ green 196 ◦ blue 26

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

Shades of Limerick #8DC41A

Tints of Limerick #8DC41A

RGB

 RED value IS 141 (55.47% from 255) = 38.84%

 GREEN value IS 196 (76.95% from 255) = 53.99%

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

R = 38.84%
G = 53.99%
B = 7.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#8DC41A (or 0x8DC41A) is known color: Limerick. HEX triplet: 8D, C4 and 1A. RGB value is (141,196,26). Sum of RGB (Red+Green+Blue) = 141+196+26=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC41A is #723BE5. Grayscale: #A0A0A0. Windows color (decimal): -7486438 or 1754253. OLE color: 1754253.

HSL color Cylindrical-coordinate representation of color #8DC41A: hue angle of 79.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DC41A is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 196 26 -
CMYK 0.28 0 0.87 0.23
HSL 79.41º 0.77% 0.44% -
HSV(B) 79.41º 0.87% 0.77% -
XYZ 30.91 45.22 8.08 -
YUV 160.18 52.28 114.32 -
System Red Green Blue C M Y K H S L
Decimal 141 196 26 0.28 0 0.87 0.23 79.41 0.77 0.44
Hex 8D C4 1A 1C 0 57 17 4F 4D 2C
Octal 215 304 32 34 0 127 27 117 115 54
Binary 10001101 11000100 11010 11100 0 1010111 10111 1001111 1001101 101100

Color Harmonies of #8DC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC41A

Black with #8DC41A

Text Example


Text Example

White with #8DC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,196,26); }

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

background-color css

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

 a { background-color: rgb(141,196,26); }

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

border-color css

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

 span { border-color: rgb(141,196,26); }

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