#81AE1A

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

Shades of Lima #81AE1A

Tints of Lima #81AE1A

Color information

#81AE1A (or 0x81AE1A) is unknown color: approx Lima. HEX triplet: 81, AE and 1A. RGB value is (129,174,26). Sum of RGB (Red+Green+Blue) = 129+174+26=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AE1A is #7E51E5. Grayscale: #909090. Windows color (decimal): -8278502 or 1748609. OLE color: 1748609.

HSL color Cylindrical-coordinate representation of color #81AE1A: hue angle of 78.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81AE1A is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB12917426-
CMYK0.2600.850.32
HSL78.24º74%39.22%-
HSV(B)78.24º85.06%68.24%-
XYZ24.3835.016.45-
YUV143.6761.59117.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 26 (10.55% from 255) = 7.90%
R=39.21%
G=52.89%
B=7.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129174260.2600.850.3278.247439.22
Hex81AE1A1A055204e4a27
Octal201256323201254011611247
Binary100000011010111011010110100101010110000010011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,174,26); }

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

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

 a { background-color: rgb(129,174,26); }

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

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

 span { border-color: rgb(129,174,26); }

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