#84AC30

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

Shades of Limerick #84AC30

Tints of Limerick #84AC30

Color information

#84AC30 (or 0x84AC30) is unknown color: approx Limerick. HEX triplet: 84, AC and 30. RGB value is (132,172,48). Sum of RGB (Red+Green+Blue) = 132+172+48=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AC30 is #7B53CF. Grayscale: #929292. Windows color (decimal): -8082384 or 3189892. OLE color: 3189892.

HSL color Cylindrical-coordinate representation of color #84AC30: hue angle of 79.35º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84AC30 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB13217248-
CMYK0.2300.720.33
HSL79.35º56.36%43.14%-
HSV(B)79.35º72.09%67.45%-
XYZ24.834.628.17-
YUV145.972.75118.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 48.86%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=37.5%
G=48.86%
B=13.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132172480.2300.720.3379.3556.3643.14
Hex84AC3017048214f382b
Octal20425460270110411177053
Binary100001001010110011000010111010010001000011001111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,172,48); }

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

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

 a { background-color: rgb(132,172,48); }

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

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

 span { border-color: rgb(132,172,48); }

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