#84AD2A

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

Shades of Limerick #84AD2A

Tints of Limerick #84AD2A

Color information

#84AD2A (or 0x84AD2A) is unknown color: approx Limerick. HEX triplet: 84, AD and 2A. RGB value is (132,173,42). Sum of RGB (Red+Green+Blue) = 132+173+42=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD2A is #7B52D5. Grayscale: #929292. Windows color (decimal): -8082134 or 2796932. OLE color: 2796932.

HSL color Cylindrical-coordinate representation of color #84AD2A: hue angle of 78.78º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84AD2A is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB13217342-
CMYK0.2400.760.32
HSL78.78º60.93%42.16%-
HSV(B)78.78º75.72%67.84%-
XYZ24.8834.967.63-
YUV145.8169.42118.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 173 (67.97% from 255) = 49.86%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=38.04%
G=49.86%
B=12.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132173420.2400.760.3278.7860.9342.16
Hex84AD2A1804C204f3d2a
Octal20425552300114401177552
Binary100001001010110110101011000010011001000001001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AD2A; }

 p { color: rgb(132,173,42); }

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

<style>
 a { background-color: #84AD2A; }

 a { background-color: rgb(132,173,42); }

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

<style>
 span { border-color: #84AD2A; }

 span { border-color: rgb(132,173,42); }

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