Html Css Color HEX #84AC12 Lima

📋 copy color: '#84AC12'

red 132 ◦ green 172 ◦ blue 18

#84AC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #84AC12

Tints of Lima #84AC12

RGB

 RED value IS 132 (51.95% from 255) = 40.99%

 GREEN value IS 172 (67.58% from 255) = 53.42%

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 40.99%
G = 53.42%
B = 5.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#84AC12 (or 0x84AC12) is known color: Lima. HEX triplet: 84, AC and 12. RGB value is (132,172,18). Sum of RGB (Red+Green+Blue) = 132+172+18=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC12 is #7B53ED. Grayscale: #8F8F8F. Windows color (decimal): -8082414 or 1223812. OLE color: 1223812.

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

Color convert

RGB 132 172 18 -
CMYK 0.23 0 0.90 0.33
HSL 75.58º 0.81% 0.37% -
HSV(B) 75.58º 0.9% 0.67% -
XYZ 24.38 34.45 5.94 -
YUV 142.48 57.75 120.52 -
System Red Green Blue C M Y K H S L
Decimal 132 172 18 0.23 0 0.90 0.33 75.58 0.81 0.37
Hex 84 AC 12 17 0 5A 21 4C 51 25
Octal 204 254 22 27 0 132 41 114 121 45
Binary 10000100 10101100 10010 10111 0 1011010 100001 1001100 1010001 100101

Color Harmonies of #84AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC12

Black with #84AC12

Text Example


Text Example

White with #84AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AC12;
 }
 .AnyTagClassName
 {
   color: #84AC12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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