#73AC2A

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

Shades of Lima #73AC2A

Tints of Lima #73AC2A

Color information

#73AC2A (or 0x73AC2A) is unknown color: approx Lima. HEX triplet: 73, AC and 2A. RGB value is (115,172,42). Sum of RGB (Red+Green+Blue) = 115+172+42=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AC2A is #8C53D5. Grayscale: #8C8C8C. Windows color (decimal): -9196502 or 2796659. OLE color: 2796659.

HSL color Cylindrical-coordinate representation of color #73AC2A: hue angle of 86.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73AC2A is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB11517242-
CMYK0.3300.760.33
HSL86.31º60.75%41.96%-
HSV(B)86.31º75.58%67.45%-
XYZ22.2433.327.45-
YUV140.1472.62110.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 172 (67.58% from 255) = 52.28%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=34.95%
G=52.28%
B=12.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115172420.3300.760.3386.3160.7541.96
Hex73AC2A2104C21563d2a
Octal16325452410114411267552
Binary111001110101100101010100001010011001000011010110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AC2A; }

 p { color: rgb(115,172,42); }

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

<style>
 a { background-color: #73AC2A; }

 a { background-color: rgb(115,172,42); }

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

<style>
 span { border-color: #73AC2A; }

 span { border-color: rgb(115,172,42); }

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