Html Css Color HEX #8DA81A Limerick

📋 copy color: '#8DA81A'

red 141 ◦ green 168 ◦ blue 26

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

Shades of Limerick #8DA81A

Tints of Limerick #8DA81A

RGB

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

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

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

R = 42.09%
G = 50.15%
B = 7.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#8DA81A (or 0x8DA81A) is known color: Limerick. HEX triplet: 8D, A8 and 1A. RGB value is (141,168,26). Sum of RGB (Red+Green+Blue) = 141+168+26=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA81A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA81A is #7257E5. Grayscale: #909090. Windows color (decimal): -7493606 or 1747085. OLE color: 1747085.

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

Color convert

RGB 141 168 26 -
CMYK 0.16 0 0.85 0.34
HSL 71.41º 0.73% 0.38% -
HSV(B) 71.41º 0.85% 0.66% -
XYZ 25.17 33.74 6.16 -
YUV 143.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 141 168 26 0.16 0 0.85 0.34 71.41 0.73 0.38
Hex 8D A8 1A 10 0 55 22 47 49 26
Octal 215 250 32 20 0 125 42 107 111 46
Binary 10001101 10101000 11010 10000 0 1010101 100010 1000111 1001001 100110

Color Harmonies of #8DA81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA81A

Black with #8DA81A

Text Example


Text Example

White with #8DA81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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