Html Css Color HEX #8DA913 Limerick

📋 copy color: '#8DA913'

red 141 ◦ green 169 ◦ blue 19

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

Shades of Limerick #8DA913

Tints of Limerick #8DA913

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.37%

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 42.86%
G = 51.37%
B = 5.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#8DA913 (or 0x8DA913) is known color: Limerick. HEX triplet: 8D, A9 and 13. RGB value is (141,169,19). Sum of RGB (Red+Green+Blue) = 141+169+19=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA913 is #7256EC. Grayscale: #909090. Windows color (decimal): -7493357 or 1288589. OLE color: 1288589.

HSL color Cylindrical-coordinate representation of color #8DA913: hue angle of 71.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DA913 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 169 19 -
CMYK 0.17 0 0.89 0.34
HSL 71.2º 0.8% 0.37% -
HSV(B) 71.2º 0.89% 0.66% -
XYZ 25.29 34.09 5.86 -
YUV 143.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 141 169 19 0.17 0 0.89 0.34 71.2 0.8 0.37
Hex 8D A9 13 11 0 59 22 47 50 25
Octal 215 251 23 21 0 131 42 107 120 45
Binary 10001101 10101001 10011 10001 0 1011001 100010 1000111 1010000 100101

Color Harmonies of #8DA913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA913

Black with #8DA913

Text Example


Text Example

White with #8DA913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,169,19); }

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

background-color css

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

 a { background-color: rgb(141,169,19); }

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

border-color css

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

 span { border-color: rgb(141,169,19); }

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