Html Css Color HEX #8DAD2B Limerick

📋 copy color: '#8DAD2B'

red 141 ◦ green 173 ◦ blue 43

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

Shades of Limerick #8DAD2B

Tints of Limerick #8DAD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.46%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 39.5%
G = 48.46%
B = 12.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#8DAD2B (or 0x8DAD2B) is known color: Limerick. HEX triplet: 8D, AD and 2B. RGB value is (141,173,43). Sum of RGB (Red+Green+Blue) = 141+173+43=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD2B is #7252D4. Grayscale: #959595. Windows color (decimal): -7492309 or 2862477. OLE color: 2862477.

HSL color Cylindrical-coordinate representation of color #8DAD2B: hue angle of 74.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DAD2B is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 173 43 -
CMYK 0.18 0 0.75 0.32
HSL 74.77º 0.6% 0.42% -
HSV(B) 74.77º 0.75% 0.68% -
XYZ 26.36 35.72 7.79 -
YUV 148.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 141 173 43 0.18 0 0.75 0.32 74.77 0.6 0.42
Hex 8D AD 2B 12 0 4B 20 4B 3C 2A
Octal 215 255 53 22 0 113 40 113 74 52
Binary 10001101 10101101 101011 10010 0 1001011 100000 1001011 111100 101010

Color Harmonies of #8DAD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD2B

Black with #8DAD2B

Text Example


Text Example

White with #8DAD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,43); }

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

background-color css

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

 a { background-color: rgb(141,173,43); }

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

border-color css

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

 span { border-color: rgb(141,173,43); }

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