Html Css Color HEX #81A40A Lima

📋 copy color: '#81A40A'

red 129 ◦ green 164 ◦ blue 10

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

Shades of Lima #81A40A

Tints of Lima #81A40A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.13%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 42.57%
G = 54.13%
B = 3.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#81A40A (or 0x81A40A) is known color: Lima. HEX triplet: 81, A4 and 0A. RGB value is (129,164,10). Sum of RGB (Red+Green+Blue) = 129+164+10=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #81A40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A40A is #7E5BF5. Grayscale: #888888. Windows color (decimal): -8281078 or 697473. OLE color: 697473.

HSL color Cylindrical-coordinate representation of color #81A40A: hue angle of 73.64º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81A40A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 164 10 -
CMYK 0.21 0 0.94 0.36
HSL 73.64º 0.89% 0.34% -
HSV(B) 73.64º 0.94% 0.64% -
XYZ 22.38 31.24 5.14 -
YUV 135.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 129 164 10 0.21 0 0.94 0.36 73.64 0.89 0.34
Hex 81 A4 A 15 0 5E 24 4A 59 22
Octal 201 244 12 25 0 136 44 112 131 42
Binary 10000001 10100100 1010 10101 0 1011110 100100 1001010 1011001 100010

Color Harmonies of #81A40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A40A

Black with #81A40A

Text Example


Text Example

White with #81A40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,164,10); }

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

background-color css

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

 a { background-color: rgb(129,164,10); }

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

border-color css

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

 span { border-color: rgb(129,164,10); }

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