#81AE1C

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

Shades of Lima #81AE1C

Tints of Lima #81AE1C

Color information

#81AE1C (or 0x81AE1C) is unknown color: approx Lima. HEX triplet: 81, AE and 1C. RGB value is (129,174,28). Sum of RGB (Red+Green+Blue) = 129+174+28=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AE1C is #7E51E3. Grayscale: #909090. Windows color (decimal): -8278500 or 1879681. OLE color: 1879681.

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

Color convert

RGB12917428-
CMYK0.2600.840.32
HSL78.49º72.28%39.61%-
HSV(B)78.49º83.91%68.24%-
XYZ24.435.026.57-
YUV143.962.59117.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=38.97%
G=52.57%
B=8.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129174280.2600.840.3278.4972.2839.61
Hex81AE1C1A054204e4828
Octal201256343201244011611050
Binary100000011010111011100110100101010010000010011101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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