Html Css Color HEX #81AC11 Lima

📋 copy color: '#81AC11'

red 129 ◦ green 172 ◦ blue 17

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

Shades of Lima #81AC11

Tints of Lima #81AC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

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

R = 40.57%
G = 54.09%
B = 5.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#81AC11 (or 0x81AC11) is known color: Lima. HEX triplet: 81, AC and 11. RGB value is (129,172,17). Sum of RGB (Red+Green+Blue) = 129+172+17=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC11 is #7E53EE. Grayscale: #8E8E8E. Windows color (decimal): -8279023 or 1158273. OLE color: 1158273.

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

Color convert

RGB 129 172 17 -
CMYK 0.25 0 0.90 0.33
HSL 76.65º 0.82% 0.37% -
HSV(B) 76.65º 0.9% 0.67% -
XYZ 23.91 34.21 5.87 -
YUV 141.47 57.75 119.1 -
System Red Green Blue C M Y K H S L
Decimal 129 172 17 0.25 0 0.90 0.33 76.65 0.82 0.37
Hex 81 AC 11 19 0 5A 21 4D 52 25
Octal 201 254 21 31 0 132 41 115 122 45
Binary 10000001 10101100 10001 11001 0 1011010 100001 1001101 1010010 100101

Color Harmonies of #81AC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AC11

Black with #81AC11

Text Example


Text Example

White with #81AC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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