Html Css Color HEX #81A610 Lima

📋 copy color: '#81A610'

red 129 ◦ green 166 ◦ blue 16

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

Shades of Lima #81A610

Tints of Lima #81A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 41.48%
G = 53.38%
B = 5.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#81A610 (or 0x81A610) is known color: Lima. HEX triplet: 81, A6 and 10. RGB value is (129,166,16). Sum of RGB (Red+Green+Blue) = 129+166+16=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #81A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A610 is #7E59EF. Grayscale: #8A8A8A. Windows color (decimal): -8280560 or 1091201. OLE color: 1091201.

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

Color convert

RGB 129 166 16 -
CMYK 0.22 0 0.90 0.35
HSL 74.8º 0.82% 0.36% -
HSV(B) 74.8º 0.9% 0.65% -
XYZ 22.78 31.98 5.46 -
YUV 137.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 129 166 16 0.22 0 0.90 0.35 74.8 0.82 0.36
Hex 81 A6 10 16 0 5A 23 4B 52 24
Octal 201 246 20 26 0 132 43 113 122 44
Binary 10000001 10100110 10000 10110 0 1011010 100011 1001011 1010010 100100

Color Harmonies of #81A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A610

Black with #81A610

Text Example


Text Example

White with #81A610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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