Html Css Color HEX #84A70A Lima

📋 copy color: '#84A70A'

red 132 ◦ green 167 ◦ blue 10

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

Shades of Lima #84A70A

Tints of Lima #84A70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.05%

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 42.72%
G = 54.05%
B = 3.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#84A70A (or 0x84A70A) is known color: Lima. HEX triplet: 84, A7 and 0A. RGB value is (132,167,10). Sum of RGB (Red+Green+Blue) = 132+167+10=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #84A70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A70A is #7B58F5. Grayscale: #8B8B8B. Windows color (decimal): -8083702 or 698244. OLE color: 698244.

HSL color Cylindrical-coordinate representation of color #84A70A: hue angle of 73.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84A70A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 167 10 -
CMYK 0.21 0 0.94 0.35
HSL 73.38º 0.89% 0.35% -
HSV(B) 73.38º 0.94% 0.65% -
XYZ 23.39 32.56 5.34 -
YUV 138.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 132 167 10 0.21 0 0.94 0.35 73.38 0.89 0.35
Hex 84 A7 A 15 0 5E 23 49 59 23
Octal 204 247 12 25 0 136 43 111 131 43
Binary 10000100 10100111 1010 10101 0 1011110 100011 1001001 1011001 100011

Color Harmonies of #84A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A70A

Black with #84A70A

Text Example


Text Example

White with #84A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,167,10); }

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

background-color css

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

 a { background-color: rgb(132,167,10); }

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

border-color css

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

 span { border-color: rgb(132,167,10); }

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