#84AF0A

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

Shades of Lima #84AF0A

Tints of Lima #84AF0A

Color information

#84AF0A (or 0x84AF0A) is unknown color: approx Lima. HEX triplet: 84, AF and 0A. RGB value is (132,175,10). Sum of RGB (Red+Green+Blue) = 132+175+10=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AF0A is #7B50F5. Grayscale: #8F8F8F. Windows color (decimal): -8081654 or 700292. OLE color: 700292.

HSL color Cylindrical-coordinate representation of color #84AF0A: hue angle of 75.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84AF0A is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB13217510-
CMYK0.2500.940.31
HSL75.64º89.19%36.27%-
HSV(B)75.64º94.29%68.63%-
XYZ24.935.595.84-
YUV143.3352.75119.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 175 (68.75% from 255) = 55.21%
BLUE value IS 10 (4.30% from 255) = 3.15%
R=41.64%
G=55.21%
B=3.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132175100.2500.940.3175.6489.1936.27
Hex84AFA1905E1F4c5924
Octal204257123101363711413144
Binary1000010010101111101011001010111101111110011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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