Html Css Color HEX #81AF0A Lima

📋 copy color: '#81AF0A'

red 129 ◦ green 175 ◦ blue 10

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

Shades of Lima #81AF0A

Tints of Lima #81AF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.73%

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

R = 41.08%
G = 55.73%
B = 3.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#81AF0A (or 0x81AF0A) is known color: Lima. HEX triplet: 81, AF and 0A. RGB value is (129,175,10). Sum of RGB (Red+Green+Blue) = 129+175+10=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AF0A is #7E50F5. Grayscale: #8F8F8F. Windows color (decimal): -8278262 or 700289. OLE color: 700289.

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

Color convert

RGB 129 175 10 -
CMYK 0.26 0 0.94 0.31
HSL 76.73º 0.89% 0.36% -
HSV(B) 76.73º 0.94% 0.69% -
XYZ 24.44 35.35 5.82 -
YUV 142.44 53.26 118.42 -
System Red Green Blue C M Y K H S L
Decimal 129 175 10 0.26 0 0.94 0.31 76.73 0.89 0.36
Hex 81 AF A 1A 0 5E 1F 4D 59 24
Octal 201 257 12 32 0 136 37 115 131 44
Binary 10000001 10101111 1010 11010 0 1011110 11111 1001101 1011001 100100

Color Harmonies of #81AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF0A

Black with #81AF0A

Text Example


Text Example

White with #81AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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