#81A209

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

Shades of Lima #81A209

Tints of Lima #81A209

Color information

#81A209 (or 0x81A209) is unknown color: approx Lima. HEX triplet: 81, A2 and 09. RGB value is (129,162,9). Sum of RGB (Red+Green+Blue) = 129+162+9=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #81A209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A209 is #7E5DF6. Grayscale: #878787. Windows color (decimal): -8281591 or 631425. OLE color: 631425.

HSL color Cylindrical-coordinate representation of color #81A209: hue angle of 72.94º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81A209 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1291629-
CMYK0.2000.940.36
HSL72.94º89.47%33.53%-
HSV(B)72.94º94.44%63.53%-
XYZ22.0230.534.99-
YUV134.6957.07123.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 162 (63.67% from 255) = 54%
BLUE value IS 9 (3.91% from 255) = 3%
R=43%
G=54%
B=3%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12916290.2000.940.3672.9489.4733.53
Hex81A291405E24495922
Octal201242112401364411113142
Binary10000001101000101001101000101111010010010010011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A209; }

 p { color: rgb(129,162,9); }

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

<style>
 a { background-color: #81A209; }

 a { background-color: rgb(129,162,9); }

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

<style>
 span { border-color: #81A209; }

 span { border-color: rgb(129,162,9); }

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