#84AC0F

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

Shades of Lima #84AC0F

Tints of Lima #84AC0F

Color information

#84AC0F (or 0x84AC0F) is unknown color: approx Lima. HEX triplet: 84, AC and 0F. RGB value is (132,172,15). Sum of RGB (Red+Green+Blue) = 132+172+15=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC0F is #7B53F0. Grayscale: #8E8E8E. Windows color (decimal): -8082417 or 1027204. OLE color: 1027204.

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

Color convert

RGB13217215-
CMYK0.2300.910.33
HSL75.29º83.96%36.67%-
HSV(B)75.29º91.28%67.45%-
XYZ24.3534.455.82-
YUV142.1456.25120.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 172 (67.58% from 255) = 53.92%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=41.38%
G=53.92%
B=4.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132172150.2300.910.3375.2983.9636.67
Hex84ACF1705B214b5425
Octal204254172701334111312445
Binary10000100101011001111101110101101110000110010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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