Html Css Color HEX #8DAD1B Limerick

📋 copy color: '#8DAD1B'

red 141 ◦ green 173 ◦ blue 27

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

Shades of Limerick #8DAD1B

Tints of Limerick #8DAD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 41.35%
G = 50.73%
B = 7.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#8DAD1B (or 0x8DAD1B) is known color: Limerick. HEX triplet: 8D, AD and 1B. RGB value is (141,173,27). Sum of RGB (Red+Green+Blue) = 141+173+27=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD1B is #7252E4. Grayscale: #939393. Windows color (decimal): -7492325 or 1813901. OLE color: 1813901.

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

Color convert

RGB 141 173 27 -
CMYK 0.18 0 0.84 0.32
HSL 73.15º 0.73% 0.39% -
HSV(B) 73.15º 0.84% 0.68% -
XYZ 26.13 35.63 6.54 -
YUV 146.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 141 173 27 0.18 0 0.84 0.32 73.15 0.73 0.39
Hex 8D AD 1B 12 0 54 20 49 49 27
Octal 215 255 33 22 0 124 40 111 111 47
Binary 10001101 10101101 11011 10010 0 1010100 100000 1001001 1001001 100111

Color Harmonies of #8DAD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD1B

Black with #8DAD1B

Text Example


Text Example

White with #8DAD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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