#8DAA18

Color #8DAA18 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8DAA18

Tints of Limerick #8DAA18

Color information

#8DAA18 (or 0x8DAA18) is unknown color: approx Limerick. HEX triplet: 8D, AA and 18. RGB value is (141,170,24). Sum of RGB (Red+Green+Blue) = 141+170+24=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAA18 is #7255E7. Grayscale: #919191. Windows color (decimal): -7493096 or 1616525. OLE color: 1616525.

HSL color Cylindrical-coordinate representation of color #8DAA18: hue angle of 71.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DAA18 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB14117024-
CMYK0.1700.860.33
HSL71.92º75.26%38.04%-
HSV(B)71.92º85.88%66.67%-
XYZ25.5234.486.17-
YUV144.6859.89125.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 24 (9.77% from 255) = 7.16%
R=42.09%
G=50.75%
B=7.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141170240.1700.860.3371.9275.2638.04
Hex8DAA181105621484b26
Octal215252302101264111011346
Binary100011011010101011000100010101011010000110010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,24); }

 H1.HeaderClassName
 {
   color: #8DAA18;
 }
 .AnyTagClassName
 {
   color: #8DAA18;
 }
</style>
background-color css

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

 a { background-color: rgb(141,170,24); }

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

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

 span { border-color: rgb(141,170,24); }

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