#81AB14

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

Shades of Lima #81AB14

Tints of Lima #81AB14

Color information

#81AB14 (or 0x81AB14) is unknown color: approx Lima. HEX triplet: 81, AB and 14. RGB value is (129,171,20). Sum of RGB (Red+Green+Blue) = 129+171+20=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB14 is #7E54EB. Grayscale: #8D8D8D. Windows color (decimal): -8279276 or 1354625. OLE color: 1354625.

HSL color Cylindrical-coordinate representation of color #81AB14: hue angle of 76.69º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81AB14 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB12917120-
CMYK0.2500.880.33
HSL76.69º79.06%37.45%-
HSV(B)76.69º88.3%67.06%-
XYZ23.7433.845.94-
YUV141.2359.59119.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 171 (67.19% from 255) = 53.44%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=40.31%
G=53.44%
B=6.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129171200.2500.880.3376.6979.0637.45
Hex81AB1419058214d4f25
Octal201253243101304111511745
Binary100000011010101110100110010101100010000110011011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,171,20); }

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

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

 a { background-color: rgb(129,171,20); }

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

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

 span { border-color: rgb(129,171,20); }

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