#84AD1E

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

Shades of Limerick #84AD1E

Tints of Limerick #84AD1E

Color information

#84AD1E (or 0x84AD1E) is unknown color: approx Limerick. HEX triplet: 84, AD and 1E. RGB value is (132,173,30). Sum of RGB (Red+Green+Blue) = 132+173+30=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD1E is #7B52E1. Grayscale: #909090. Windows color (decimal): -8082146 or 2010500. OLE color: 2010500.

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

Color convert

RGB13217330-
CMYK0.2400.830.32
HSL77.2º70.44%39.8%-
HSV(B)77.2º82.66%67.84%-
XYZ24.6934.896.66-
YUV144.4463.42119.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 173 (67.97% from 255) = 51.64%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=39.40%
G=51.64%
B=8.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132173300.2400.830.3277.270.4439.8
Hex84AD1E18053204d4628
Octal204255363001234011510650
Binary100001001010110111110110000101001110000010011011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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