Html Css Color HEX #8DA920 Limerick

📋 copy color: '#8DA920'

red 141 ◦ green 169 ◦ blue 32

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

Shades of Limerick #8DA920

Tints of Limerick #8DA920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 41.23%
G = 49.42%
B = 9.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#8DA920 (or 0x8DA920) is known color: Limerick. HEX triplet: 8D, A9 and 20. RGB value is (141,169,32). Sum of RGB (Red+Green+Blue) = 141+169+32=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA920 is #7256DF. Grayscale: #919191. Windows color (decimal): -7493344 or 2140557. OLE color: 2140557.

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

Color convert

RGB 141 169 32 -
CMYK 0.17 0 0.81 0.34
HSL 72.26º 0.68% 0.39% -
HSV(B) 72.26º 0.81% 0.66% -
XYZ 25.43 34.14 6.62 -
YUV 145.01 64.22 125.14 -
System Red Green Blue C M Y K H S L
Decimal 141 169 32 0.17 0 0.81 0.34 72.26 0.68 0.39
Hex 8D A9 20 11 0 51 22 48 44 27
Octal 215 251 40 21 0 121 42 110 104 47
Binary 10001101 10101001 100000 10001 0 1010001 100010 1001000 1000100 100111

Color Harmonies of #8DA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA920

Black with #8DA920

Text Example


Text Example

White with #8DA920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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