Html Css Color HEX #81AB0A Lima

📋 copy color: '#81AB0A'

red 129 ◦ green 171 ◦ blue 10

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

Shades of Lima #81AB0A

Tints of Lima #81AB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.16%

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

R = 41.61%
G = 55.16%
B = 3.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#81AB0A (or 0x81AB0A) is known color: Lima. HEX triplet: 81, AB and 0A. RGB value is (129,171,10). Sum of RGB (Red+Green+Blue) = 129+171+10=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB0A is #7E54F5. Grayscale: #8C8C8C. Windows color (decimal): -8279286 or 699265. OLE color: 699265.

HSL color Cylindrical-coordinate representation of color #81AB0A: hue angle of 75.65º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81AB0A is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 171 10 -
CMYK 0.25 0 0.94 0.33
HSL 75.65º 0.89% 0.35% -
HSV(B) 75.65º 0.94% 0.67% -
XYZ 23.67 33.81 5.57 -
YUV 140.09 54.59 120.09 -
System Red Green Blue C M Y K H S L
Decimal 129 171 10 0.25 0 0.94 0.33 75.65 0.89 0.35
Hex 81 AB A 19 0 5E 21 4C 59 23
Octal 201 253 12 31 0 136 41 114 131 43
Binary 10000001 10101011 1010 11001 0 1011110 100001 1001100 1011001 100011

Color Harmonies of #81AB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AB0A

Black with #81AB0A

Text Example


Text Example

White with #81AB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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