#84AC0A

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

Shades of Lima #84AC0A

Tints of Lima #84AC0A

Color information

#84AC0A (or 0x84AC0A) is unknown color: approx Lima. HEX triplet: 84, AC and 0A. RGB value is (132,172,10). Sum of RGB (Red+Green+Blue) = 132+172+10=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC0A is #7B53F5. Grayscale: #8E8E8E. Windows color (decimal): -8082422 or 699524. OLE color: 699524.

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

Color convert

RGB13217210-
CMYK0.2300.940.33
HSL74.81º89.01%35.69%-
HSV(B)74.81º94.19%67.45%-
XYZ24.3234.435.65-
YUV141.5753.75121.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 172 (67.58% from 255) = 54.78%
BLUE value IS 10 (4.30% from 255) = 3.18%
R=42.04%
G=54.78%
B=3.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132172100.2300.940.3374.8189.0135.69
Hex84ACA1705E214b5924
Octal204254122701364111313144
Binary10000100101011001010101110101111010000110010111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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