Html Css Color HEX #81AF0E Lima

📋 copy color: '#81AF0E'

red 129 ◦ green 175 ◦ blue 14

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

Shades of Lima #81AF0E

Tints of Lima #81AF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 40.57%
G = 55.03%
B = 4.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#81AF0E (or 0x81AF0E) is known color: Lima. HEX triplet: 81, AF and 0E. RGB value is (129,175,14). Sum of RGB (Red+Green+Blue) = 129+175+14=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AF0E is #7E50F1. Grayscale: #8F8F8F. Windows color (decimal): -8278258 or 962433. OLE color: 962433.

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

Color convert

RGB 129 175 14 -
CMYK 0.26 0 0.92 0.31
HSL 77.14º 0.85% 0.37% -
HSV(B) 77.14º 0.92% 0.69% -
XYZ 24.46 35.36 5.95 -
YUV 142.89 55.26 118.09 -
System Red Green Blue C M Y K H S L
Decimal 129 175 14 0.26 0 0.92 0.31 77.14 0.85 0.37
Hex 81 AF E 1A 0 5C 1F 4D 55 25
Octal 201 257 16 32 0 134 37 115 125 45
Binary 10000001 10101111 1110 11010 0 1011100 11111 1001101 1010101 100101

Color Harmonies of #81AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF0E

Black with #81AF0E

Text Example


Text Example

White with #81AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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