Html Css Color HEX #8DA52C Limerick

📋 copy color: '#8DA52C'

red 141 ◦ green 165 ◦ blue 44

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

Shades of Limerick #8DA52C

Tints of Limerick #8DA52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 40.29%
G = 47.14%
B = 12.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#8DA52C (or 0x8DA52C) is known color: Limerick. HEX triplet: 8D, A5 and 2C. RGB value is (141,165,44). Sum of RGB (Red+Green+Blue) = 141+165+44=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA52C is #725AD3. Grayscale: #909090. Windows color (decimal): -7494356 or 2925965. OLE color: 2925965.

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

Color convert

RGB 141 165 44 -
CMYK 0.15 0 0.73 0.35
HSL 71.9º 0.58% 0.41% -
HSV(B) 71.9º 0.73% 0.65% -
XYZ 24.89 32.75 7.39 -
YUV 144.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 141 165 44 0.15 0 0.73 0.35 71.9 0.58 0.41
Hex 8D A5 2C F 0 49 23 48 3A 29
Octal 215 245 54 17 0 111 43 110 72 51
Binary 10001101 10100101 101100 1111 0 1001001 100011 1001000 111010 101001

Color Harmonies of #8DA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA52C

Black with #8DA52C

Text Example


Text Example

White with #8DA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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