Html Css Color HEX #81A111 Lima

📋 copy color: '#81A111'

red 129 ◦ green 161 ◦ blue 17

#81A111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #81A111

Tints of Lima #81A111

RGB

 RED value IS 129 (50.78% from 255) = 42.02%

 GREEN value IS 161 (63.28% from 255) = 52.44%

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 42.02%
G = 52.44%
B = 5.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#81A111 (or 0x81A111) is known color: Lima. HEX triplet: 81, A1 and 11. RGB value is (129,161,17). Sum of RGB (Red+Green+Blue) = 129+161+17=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #81A111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A111 is #7E5EEE. Grayscale: #878787. Windows color (decimal): -8281839 or 1155457. OLE color: 1155457.

HSL color Cylindrical-coordinate representation of color #81A111: hue angle of 73.33º degrees, saturation: 0.81, 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 #81A111 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 161 17 -
CMYK 0.20 0 0.89 0.37
HSL 73.33º 0.81% 0.35% -
HSV(B) 73.33º 0.89% 0.63% -
XYZ 21.9 30.2 5.2 -
YUV 135.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 129 161 17 0.20 0 0.89 0.37 73.33 0.81 0.35
Hex 81 A1 11 14 0 59 25 49 51 23
Octal 201 241 21 24 0 131 45 111 121 43
Binary 10000001 10100001 10001 10100 0 1011001 100101 1001001 1010001 100011

Color Harmonies of #81A111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A111

Black with #81A111

Text Example


Text Example

White with #81A111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81A111;
 }
 .AnyTagClassName
 {
   color: #81A111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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