#84AC17

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

Shades of Lima #84AC17

Tints of Lima #84AC17

Color information

#84AC17 (or 0x84AC17) is unknown color: approx Lima. HEX triplet: 84, AC and 17. RGB value is (132,172,23). Sum of RGB (Red+Green+Blue) = 132+172+23=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC17 is #7B53E8. Grayscale: #8F8F8F. Windows color (decimal): -8082409 or 1551492. OLE color: 1551492.

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

Color convert

RGB13217223-
CMYK0.2300.870.33
HSL76.11º76.41%38.24%-
HSV(B)76.11º86.63%67.45%-
XYZ24.4234.476.18-
YUV143.0560.25120.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 172 (67.58% from 255) = 52.60%
BLUE value IS 23 (9.38% from 255) = 7.03%
R=40.37%
G=52.60%
B=7.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132172230.2300.870.3376.1176.4138.24
Hex84AC1717057214c4c26
Octal204254272701274111411446
Binary100001001010110010111101110101011110000110011001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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