Html Css Color HEX #84AC0F Lima

📋 copy color: '#84AC0F'

red 132 ◦ green 172 ◦ blue 15

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

Shades of Lima #84AC0F

Tints of Lima #84AC0F

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.7%

R = 41.38%
G = 53.92%
B = 4.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#84AC0F (or 0x84AC0F) is known color: 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

RGB 132 172 15 -
CMYK 0.23 0 0.91 0.33
HSL 75.29º 0.84% 0.37% -
HSV(B) 75.29º 0.91% 0.67% -
XYZ 24.35 34.45 5.82 -
YUV 142.14 56.25 120.77 -
System Red Green Blue C M Y K H S L
Decimal 132 172 15 0.23 0 0.91 0.33 75.29 0.84 0.37
Hex 84 AC F 17 0 5B 21 4B 54 25
Octal 204 254 17 27 0 133 41 113 124 45
Binary 10000100 10101100 1111 10111 0 1011011 100001 1001011 1010100 100101

Color Harmonies of #84AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC0F

Black with #84AC0F

Text Example


Text Example

White with #84AC0F

Text Example


Text Example

HTML Codes & Css Web 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>