Html Css Color HEX #8DA12D Limerick

📋 copy color: '#8DA12D'

red 141 ◦ green 161 ◦ blue 45

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

Shades of Limerick #8DA12D

Tints of Limerick #8DA12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.4%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 40.63%
G = 46.4%
B = 12.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#8DA12D (or 0x8DA12D) is known color: Limerick. HEX triplet: 8D, A1 and 2D. RGB value is (141,161,45). Sum of RGB (Red+Green+Blue) = 141+161+45=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA12D is #725ED2. Grayscale: #8E8E8E. Windows color (decimal): -7495379 or 2990477. OLE color: 2990477.

HSL color Cylindrical-coordinate representation of color #8DA12D: hue angle of 70.34º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DA12D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 161 45 -
CMYK 0.12 0 0.72 0.37
HSL 70.34º 0.56% 0.4% -
HSV(B) 70.34º 0.72% 0.63% -
XYZ 24.2 31.34 7.26 -
YUV 141.8 73.37 127.43 -
System Red Green Blue C M Y K H S L
Decimal 141 161 45 0.12 0 0.72 0.37 70.34 0.56 0.4
Hex 8D A1 2D C 0 48 25 46 38 28
Octal 215 241 55 14 0 110 45 106 70 50
Binary 10001101 10100001 101101 1100 0 1001000 100101 1000110 111000 101000

Color Harmonies of #8DA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA12D

Black with #8DA12D

Text Example


Text Example

White with #8DA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,161,45); }

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

background-color css

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

 a { background-color: rgb(141,161,45); }

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

border-color css

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

 span { border-color: rgb(141,161,45); }

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