#8DAF2A

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

Shades of Limerick #8DAF2A

Tints of Limerick #8DAF2A

Color information

#8DAF2A (or 0x8DAF2A) is unknown color: approx Limerick. HEX triplet: 8D, AF and 2A. RGB value is (141,175,42). Sum of RGB (Red+Green+Blue) = 141+175+42=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF2A is #7250D5. Grayscale: #969696. Windows color (decimal): -7491798 or 2797453. OLE color: 2797453.

HSL color Cylindrical-coordinate representation of color #8DAF2A: hue angle of 75.34º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DAF2A is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB14117542-
CMYK0.1900.760.31
HSL75.34º61.29%42.55%-
HSV(B)75.34º76%68.63%-
XYZ26.7336.497.82-
YUV149.6767.24121.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.39%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 42 (16.80% from 255) = 11.73%
R=39.39%
G=48.88%
B=11.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141175420.1900.760.3175.3461.2942.55
Hex8DAF2A1304C1F4b3d2b
Octal21525752230114371137553
Binary10001101101011111010101001101001100111111001011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,42); }

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

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

 a { background-color: rgb(141,175,42); }

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

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

 span { border-color: rgb(141,175,42); }

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