#81A112

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

Shades of Lima #81A112

Tints of Lima #81A112

Color information

#81A112 (or 0x81A112) is unknown color: approx Lima. HEX triplet: 81, A1 and 12. RGB value is (129,161,18). Sum of RGB (Red+Green+Blue) = 129+161+18=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #81A112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A112 is #7E5EED. Grayscale: #878787. Windows color (decimal): -8281838 or 1220993. OLE color: 1220993.

HSL color Cylindrical-coordinate representation of color #81A112: hue angle of 73.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81A112 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB12916118-
CMYK0.2000.890.37
HSL73.43º79.89%35.1%-
HSV(B)73.43º88.82%63.14%-
XYZ21.9130.25.25-
YUV135.1361.9123.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=41.88%
G=52.27%
B=5.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal129161180.2000.890.3773.4379.8935.1
Hex81A1121405925495023
Octal201241222401314511112043
Binary100000011010000110010101000101100110010110010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,161,18); }

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

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

 a { background-color: rgb(129,161,18); }

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

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

 span { border-color: rgb(129,161,18); }

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