Html Css Color HEX #81A613 Lima

📋 copy color: '#81A613'

red 129 ◦ green 166 ◦ blue 19

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

Shades of Lima #81A613

Tints of Lima #81A613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.87%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 41.08%
G = 52.87%
B = 6.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#81A613 (or 0x81A613) is known color: Lima. HEX triplet: 81, A6 and 13. RGB value is (129,166,19). Sum of RGB (Red+Green+Blue) = 129+166+19=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #81A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A613 is #7E59EC. Grayscale: #8A8A8A. Windows color (decimal): -8280557 or 1287809. OLE color: 1287809.

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

Color convert

RGB 129 166 19 -
CMYK 0.22 0 0.89 0.35
HSL 75.1º 0.79% 0.36% -
HSV(B) 75.1º 0.89% 0.65% -
XYZ 22.81 31.99 5.59 -
YUV 138.18 60.74 121.45 -
System Red Green Blue C M Y K H S L
Decimal 129 166 19 0.22 0 0.89 0.35 75.1 0.79 0.36
Hex 81 A6 13 16 0 59 23 4B 4F 24
Octal 201 246 23 26 0 131 43 113 117 44
Binary 10000001 10100110 10011 10110 0 1011001 100011 1001011 1001111 100100

Color Harmonies of #81A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A613

Black with #81A613

Text Example


Text Example

White with #81A613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,166,19); }

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

background-color css

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

 a { background-color: rgb(129,166,19); }

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

border-color css

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

 span { border-color: rgb(129,166,19); }

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