Html Css Color HEX #81AB19 Lima

📋 copy color: '#81AB19'

red 129 ◦ green 171 ◦ blue 25

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

Shades of Lima #81AB19

Tints of Lima #81AB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.62%

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 39.69%
G = 52.62%
B = 7.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#81AB19 (or 0x81AB19) is known color: Lima. HEX triplet: 81, AB and 19. RGB value is (129,171,25). Sum of RGB (Red+Green+Blue) = 129+171+25=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB19 is #7E54E6. Grayscale: #8E8E8E. Windows color (decimal): -8279271 or 1682305. OLE color: 1682305.

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

Color convert

RGB 129 171 25 -
CMYK 0.25 0 0.85 0.33
HSL 77.26º 0.74% 0.38% -
HSV(B) 77.26º 0.85% 0.67% -
XYZ 23.79 33.86 6.2 -
YUV 141.8 62.09 118.87 -
System Red Green Blue C M Y K H S L
Decimal 129 171 25 0.25 0 0.85 0.33 77.26 0.74 0.38
Hex 81 AB 19 19 0 55 21 4D 4A 26
Octal 201 253 31 31 0 125 41 115 112 46
Binary 10000001 10101011 11001 11001 0 1010101 100001 1001101 1001010 100110

Color Harmonies of #81AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AB19

Black with #81AB19

Text Example


Text Example

White with #81AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,171,25); }

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

background-color css

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

 a { background-color: rgb(129,171,25); }

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

border-color css

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

 span { border-color: rgb(129,171,25); }

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