Html Css Color HEX #81AC15 Lima

📋 copy color: '#81AC15'

red 129 ◦ green 172 ◦ blue 21

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

Shades of Lima #81AC15

Tints of Lima #81AC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 40.06%
G = 53.42%
B = 6.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#81AC15 (or 0x81AC15) is known color: Lima. HEX triplet: 81, AC and 15. RGB value is (129,172,21). Sum of RGB (Red+Green+Blue) = 129+172+21=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC15 is #7E53EA. Grayscale: #8E8E8E. Windows color (decimal): -8279019 or 1420417. OLE color: 1420417.

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

Color convert

RGB 129 172 21 -
CMYK 0.25 0 0.88 0.33
HSL 77.09º 0.78% 0.38% -
HSV(B) 77.09º 0.88% 0.67% -
XYZ 23.94 34.23 6.05 -
YUV 141.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 129 172 21 0.25 0 0.88 0.33 77.09 0.78 0.38
Hex 81 AC 15 19 0 58 21 4D 4E 26
Octal 201 254 25 31 0 130 41 115 116 46
Binary 10000001 10101100 10101 11001 0 1011000 100001 1001101 1001110 100110

Color Harmonies of #81AC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AC15

Black with #81AC15

Text Example


Text Example

White with #81AC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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