Html Css Color HEX #8DA426 Limerick

📋 copy color: '#8DA426'

red 141 ◦ green 164 ◦ blue 38

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

Shades of Limerick #8DA426

Tints of Limerick #8DA426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.81%

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 41.11%
G = 47.81%
B = 11.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#8DA426 (or 0x8DA426) is known color: Limerick. HEX triplet: 8D, A4 and 26. RGB value is (141,164,38). Sum of RGB (Red+Green+Blue) = 141+164+38=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA426 is #725BD9. Grayscale: #8F8F8F. Windows color (decimal): -7494618 or 2532493. OLE color: 2532493.

HSL color Cylindrical-coordinate representation of color #8DA426: hue angle of 70.95º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DA426 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 164 38 -
CMYK 0.14 0 0.77 0.36
HSL 70.95º 0.62% 0.4% -
HSV(B) 70.95º 0.77% 0.64% -
XYZ 24.61 32.35 6.78 -
YUV 142.76 68.88 126.75 -
System Red Green Blue C M Y K H S L
Decimal 141 164 38 0.14 0 0.77 0.36 70.95 0.62 0.4
Hex 8D A4 26 E 0 4D 24 47 3E 28
Octal 215 244 46 16 0 115 44 107 76 50
Binary 10001101 10100100 100110 1110 0 1001101 100100 1000111 111110 101000

Color Harmonies of #8DA426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA426

Black with #8DA426

Text Example


Text Example

White with #8DA426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,164,38); }

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

background-color css

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

 a { background-color: rgb(141,164,38); }

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

border-color css

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

 span { border-color: rgb(141,164,38); }

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