Html Css Color HEX #81AC18 Lima

📋 copy color: '#81AC18'

red 129 ◦ green 172 ◦ blue 24

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

Shades of Lima #81AC18

Tints of Lima #81AC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 39.69%
G = 52.92%
B = 7.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#81AC18 (or 0x81AC18) is known color: Lima. HEX triplet: 81, AC and 18. RGB value is (129,172,24). Sum of RGB (Red+Green+Blue) = 129+172+24=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC18 is #7E53E7. Grayscale: #8E8E8E. Windows color (decimal): -8279016 or 1617025. OLE color: 1617025.

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

Color convert

RGB 129 172 24 -
CMYK 0.25 0 0.86 0.33
HSL 77.43º 0.76% 0.38% -
HSV(B) 77.43º 0.86% 0.67% -
XYZ 23.97 34.24 6.21 -
YUV 142.27 61.25 118.53 -
System Red Green Blue C M Y K H S L
Decimal 129 172 24 0.25 0 0.86 0.33 77.43 0.76 0.38
Hex 81 AC 18 19 0 56 21 4D 4C 26
Octal 201 254 30 31 0 126 41 115 114 46
Binary 10000001 10101100 11000 11001 0 1010110 100001 1001101 1001100 100110

Color Harmonies of #81AC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AC18

Black with #81AC18

Text Example


Text Example

White with #81AC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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