Html Css Color HEX #8DAD12 Limerick

📋 copy color: '#8DAD12'

red 141 ◦ green 173 ◦ blue 18

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

Shades of Limerick #8DAD12

Tints of Limerick #8DAD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.42%

R = 42.47%
G = 52.11%
B = 5.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#8DAD12 (or 0x8DAD12) is known color: Limerick. HEX triplet: 8D, AD and 12. RGB value is (141,173,18). Sum of RGB (Red+Green+Blue) = 141+173+18=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAD12 is #7252ED. Grayscale: #929292. Windows color (decimal): -7492334 or 1224077. OLE color: 1224077.

HSL color Cylindrical-coordinate representation of color #8DAD12: hue angle of 72.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DAD12 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 173 18 -
CMYK 0.18 0 0.90 0.32
HSL 72.39º 0.81% 0.37% -
HSV(B) 72.39º 0.9% 0.68% -
XYZ 26.04 35.59 6.07 -
YUV 145.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 141 173 18 0.18 0 0.90 0.32 72.39 0.81 0.37
Hex 8D AD 12 12 0 5A 20 48 51 25
Octal 215 255 22 22 0 132 40 110 121 45
Binary 10001101 10101101 10010 10010 0 1011010 100000 1001000 1010001 100101

Color Harmonies of #8DAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD12

Black with #8DAD12

Text Example


Text Example

White with #8DAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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