Html Css Color HEX #81A51A Lima

📋 copy color: '#81A51A'

red 129 ◦ green 165 ◦ blue 26

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

Shades of Lima #81A51A

Tints of Lima #81A51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 40.31%
G = 51.56%
B = 8.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#81A51A (or 0x81A51A) is known color: Lima. HEX triplet: 81, A5 and 1A. RGB value is (129,165,26). Sum of RGB (Red+Green+Blue) = 129+165+26=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #81A51A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A51A is #7E5AE5. Grayscale: #8A8A8A. Windows color (decimal): -8280806 or 1746305. OLE color: 1746305.

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

Color convert

RGB 129 165 26 -
CMYK 0.22 0 0.84 0.35
HSL 75.54º 0.73% 0.37% -
HSV(B) 75.54º 0.84% 0.65% -
XYZ 22.69 31.65 5.89 -
YUV 138.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 129 165 26 0.22 0 0.84 0.35 75.54 0.73 0.37
Hex 81 A5 1A 16 0 54 23 4C 49 25
Octal 201 245 32 26 0 124 43 114 111 45
Binary 10000001 10100101 11010 10110 0 1010100 100011 1001100 1001001 100101

Color Harmonies of #81A51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A51A

Black with #81A51A

Text Example


Text Example

White with #81A51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,165,26); }

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

background-color css

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

 a { background-color: rgb(129,165,26); }

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

border-color css

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

 span { border-color: rgb(129,165,26); }

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