#84AF1E

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

Shades of Limerick #84AF1E

Tints of Limerick #84AF1E

Color information

#84AF1E (or 0x84AF1E) is unknown color: approx Limerick. HEX triplet: 84, AF and 1E. RGB value is (132,175,30). Sum of RGB (Red+Green+Blue) = 132+175+30=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF1E is #7B50E1. Grayscale: #929292. Windows color (decimal): -8081634 or 2011012. OLE color: 2011012.

HSL color Cylindrical-coordinate representation of color #84AF1E: hue angle of 77.79º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84AF1E is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB13217530-
CMYK0.2500.830.31
HSL77.79º70.73%40.2%-
HSV(B)77.79º82.86%68.63%-
XYZ25.0835.666.79-
YUV145.6162.75118.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=39.17%
G=51.93%
B=8.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132175300.2500.830.3177.7970.7340.2
Hex84AF1E190531F4e4728
Octal204257363101233711610750
Binary10000100101011111111011001010100111111110011101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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