#84AD30

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

Shades of Limerick #84AD30

Tints of Limerick #84AD30

Color information

#84AD30 (or 0x84AD30) is unknown color: approx Limerick. HEX triplet: 84, AD and 30. RGB value is (132,173,48). Sum of RGB (Red+Green+Blue) = 132+173+48=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD30 is #7B52CF. Grayscale: #929292. Windows color (decimal): -8082128 or 3190148. OLE color: 3190148.

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

Color convert

RGB13217348-
CMYK0.2400.720.32
HSL79.68º56.56%43.33%-
HSV(B)79.68º72.25%67.84%-
XYZ24.9935.018.24-
YUV146.4972.42117.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 48 (19.14% from 255) = 13.60%
R=37.39%
G=49.01%
B=13.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132173480.2400.720.3279.6856.5643.33
Hex84AD30180482050392b
Octal20425560300110401207153
Binary100001001010110111000011000010010001000001010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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