Html Css Color HEX #8DAC35 Limerick

📋 copy color: '#8DAC35'

red 141 ◦ green 172 ◦ blue 53

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

Shades of Limerick #8DAC35

Tints of Limerick #8DAC35

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.99%

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 38.52%
G = 46.99%
B = 14.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#8DAC35 (or 0x8DAC35) is known color: Limerick. HEX triplet: 8D, AC and 35. RGB value is (141,172,53). Sum of RGB (Red+Green+Blue) = 141+172+53=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC35 is #7253CA. Grayscale: #959595. Windows color (decimal): -7492555 or 3517581. OLE color: 3517581.

HSL color Cylindrical-coordinate representation of color #8DAC35: hue angle of 75.63º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DAC35 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 172 53 -
CMYK 0.18 0 0.69 0.33
HSL 75.63º 0.53% 0.44% -
HSV(B) 75.63º 0.69% 0.67% -
XYZ 26.38 35.42 8.82 -
YUV 149.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 141 172 53 0.18 0 0.69 0.33 75.63 0.53 0.44
Hex 8D AC 35 12 0 45 21 4C 35 2C
Octal 215 254 65 22 0 105 41 114 65 54
Binary 10001101 10101100 110101 10010 0 1000101 100001 1001100 110101 101100

Color Harmonies of #8DAC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC35

Black with #8DAC35

Text Example


Text Example

White with #8DAC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,172,53); }

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

background-color css

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

 a { background-color: rgb(141,172,53); }

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

border-color css

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

 span { border-color: rgb(141,172,53); }

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