#81AC18

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

Shades of Lima #81AC18

Tints of Lima #81AC18

Color information

#81AC18 (or 0x81AC18) is unknown color: approx Lima. HEX triplet: 81, AC and 18. RGB value is (129,172,24). Sum of RGB (Red+Green+Blue) = 129+172+24=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC18 is #7E53E7. Grayscale: #8E8E8E. Windows color (decimal): -8279016 or 1617025. OLE color: 1617025.

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

Color convert

RGB12917224-
CMYK0.2500.860.33
HSL77.43º75.51%38.43%-
HSV(B)77.43º86.05%67.45%-
XYZ23.9734.246.21-
YUV142.2761.25118.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 172 (67.58% from 255) = 52.92%
BLUE value IS 24 (9.77% from 255) = 7.38%
R=39.69%
G=52.92%
B=7.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129172240.2500.860.3377.4375.5138.43
Hex81AC1819056214d4c26
Octal201254303101264111511446
Binary100000011010110011000110010101011010000110011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,172,24); }

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

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

 a { background-color: rgb(129,172,24); }

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

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

 span { border-color: rgb(129,172,24); }

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