Html Css Color HEX #8DA520 Limerick

📋 copy color: '#8DA520'

red 141 ◦ green 165 ◦ blue 32

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

Shades of Limerick #8DA520

Tints of Limerick #8DA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.82%

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

R = 41.72%
G = 48.82%
B = 9.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#8DA520 (or 0x8DA520) is known color: Limerick. HEX triplet: 8D, A5 and 20. RGB value is (141,165,32). Sum of RGB (Red+Green+Blue) = 141+165+32=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA520 is #725ADF. Grayscale: #8F8F8F. Windows color (decimal): -7494368 or 2139533. OLE color: 2139533.

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

Color convert

RGB 141 165 32 -
CMYK 0.15 0 0.81 0.35
HSL 70.83º 0.68% 0.39% -
HSV(B) 70.83º 0.81% 0.65% -
XYZ 24.7 32.68 6.37 -
YUV 142.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 141 165 32 0.15 0 0.81 0.35 70.83 0.68 0.39
Hex 8D A5 20 F 0 51 23 47 44 27
Octal 215 245 40 17 0 121 43 107 104 47
Binary 10001101 10100101 100000 1111 0 1010001 100011 1000111 1000100 100111

Color Harmonies of #8DA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA520

Black with #8DA520

Text Example


Text Example

White with #8DA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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