Html Css Color HEX #81A119 Lima

📋 copy color: '#81A119'

red 129 ◦ green 161 ◦ blue 25

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

Shades of Lima #81A119

Tints of Lima #81A119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.11%

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

R = 40.95%
G = 51.11%
B = 7.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#81A119 (or 0x81A119) is known color: Lima. HEX triplet: 81, A1 and 19. RGB value is (129,161,25). Sum of RGB (Red+Green+Blue) = 129+161+25=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #81A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A119 is #7E5EE6. Grayscale: #888888. Windows color (decimal): -8281831 or 1679745. OLE color: 1679745.

HSL color Cylindrical-coordinate representation of color #81A119: hue angle of 74.12º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81A119 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 161 25 -
CMYK 0.20 0 0.84 0.37
HSL 74.12º 0.73% 0.36% -
HSV(B) 74.12º 0.84% 0.63% -
XYZ 21.97 30.23 5.6 -
YUV 135.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 129 161 25 0.20 0 0.84 0.37 74.12 0.73 0.36
Hex 81 A1 19 14 0 54 25 4A 49 24
Octal 201 241 31 24 0 124 45 112 111 44
Binary 10000001 10100001 11001 10100 0 1010100 100101 1001010 1001001 100100

Color Harmonies of #81A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A119

Black with #81A119

Text Example


Text Example

White with #81A119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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