Html Css Color HEX #81AD0D Lima

📋 copy color: '#81AD0D'

red 129 ◦ green 173 ◦ blue 13

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

Shades of Lima #81AD0D

Tints of Lima #81AD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.92%

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 40.95%
G = 54.92%
B = 4.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#81AD0D (or 0x81AD0D) is known color: Lima. HEX triplet: 81, AD and 0D. RGB value is (129,173,13). Sum of RGB (Red+Green+Blue) = 129+173+13=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD0D is #7E52F2. Grayscale: #8E8E8E. Windows color (decimal): -8278771 or 896385. OLE color: 896385.

HSL color Cylindrical-coordinate representation of color #81AD0D: hue angle of 76.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81AD0D is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 173 13 -
CMYK 0.25 0 0.92 0.32
HSL 76.5º 0.86% 0.36% -
HSV(B) 76.5º 0.92% 0.68% -
XYZ 24.07 34.58 5.79 -
YUV 141.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 129 173 13 0.25 0 0.92 0.32 76.5 0.86 0.36
Hex 81 AD D 19 0 5C 20 4C 56 24
Octal 201 255 15 31 0 134 40 114 126 44
Binary 10000001 10101101 1101 11001 0 1011100 100000 1001100 1010110 100100

Color Harmonies of #81AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD0D

Black with #81AD0D

Text Example


Text Example

White with #81AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,13); }

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

background-color css

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

 a { background-color: rgb(129,173,13); }

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

border-color css

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

 span { border-color: rgb(129,173,13); }

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