Html Css Color HEX #84AC0E Lima

📋 copy color: '#84AC0E'

red 132 ◦ green 172 ◦ blue 14

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

Shades of Lima #84AC0E

Tints of Lima #84AC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 41.51%
G = 54.09%
B = 4.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#84AC0E (or 0x84AC0E) is known color: Lima. HEX triplet: 84, AC and 0E. RGB value is (132,172,14). Sum of RGB (Red+Green+Blue) = 132+172+14=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC0E is #7B53F1. Grayscale: #8E8E8E. Windows color (decimal): -8082418 or 961668. OLE color: 961668.

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

Color convert

RGB 132 172 14 -
CMYK 0.23 0 0.92 0.33
HSL 75.19º 0.85% 0.36% -
HSV(B) 75.19º 0.92% 0.67% -
XYZ 24.35 34.44 5.78 -
YUV 142.03 55.75 120.85 -
System Red Green Blue C M Y K H S L
Decimal 132 172 14 0.23 0 0.92 0.33 75.19 0.85 0.36
Hex 84 AC E 17 0 5C 21 4B 55 24
Octal 204 254 16 27 0 134 41 113 125 44
Binary 10000100 10101100 1110 10111 0 1011100 100001 1001011 1010101 100100

Color Harmonies of #84AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC0E

Black with #84AC0E

Text Example


Text Example

White with #84AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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