Html Css Color HEX #81A819 Lima

📋 copy color: '#81A819'

red 129 ◦ green 168 ◦ blue 25

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

Shades of Lima #81A819

Tints of Lima #81A819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.17%

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

R = 40.06%
G = 52.17%
B = 7.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#81A819 (or 0x81A819) is known color: Lima. HEX triplet: 81, A8 and 19. RGB value is (129,168,25). Sum of RGB (Red+Green+Blue) = 129+168+25=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #81A819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A819 is #7E57E6. Grayscale: #8C8C8C. Windows color (decimal): -8280039 or 1681537. OLE color: 1681537.

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

Color convert

RGB 129 168 25 -
CMYK 0.23 0 0.85 0.34
HSL 76.36º 0.74% 0.38% -
HSV(B) 76.36º 0.85% 0.66% -
XYZ 23.23 32.74 6.02 -
YUV 140.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 129 168 25 0.23 0 0.85 0.34 76.36 0.74 0.38
Hex 81 A8 19 17 0 55 22 4C 4A 26
Octal 201 250 31 27 0 125 42 114 112 46
Binary 10000001 10101000 11001 10111 0 1010101 100010 1001100 1001010 100110

Color Harmonies of #81A819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A819

Black with #81A819

Text Example


Text Example

White with #81A819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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