Html Css Color HEX #81A301 Lima

📋 copy color: '#81A301'

red 129 ◦ green 163 ◦ blue 1

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

Shades of Lima #81A301

Tints of Lima #81A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.63%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 44.03%
G = 55.63%
B = 0.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#81A301 (or 0x81A301) is known color: Lima. HEX triplet: 81, A3 and 01. RGB value is (129,163,1). Sum of RGB (Red+Green+Blue) = 129+163+1=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #81A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A301 is #7E5CFE. Grayscale: #868686. Windows color (decimal): -8281343 or 107393. OLE color: 107393.

HSL color Cylindrical-coordinate representation of color #81A301: hue angle of 72.59º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81A301 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 163 1 -
CMYK 0.21 0 0.99 0.36
HSL 72.59º 0.99% 0.32% -
HSV(B) 72.59º 0.99% 0.64% -
XYZ 22.16 30.86 4.82 -
YUV 134.37 52.74 124.17 -
System Red Green Blue C M Y K H S L
Decimal 129 163 1 0.21 0 0.99 0.36 72.59 0.99 0.32
Hex 81 A3 1 15 0 63 24 49 63 20
Octal 201 243 1 25 0 143 44 111 143 40
Binary 10000001 10100011 1 10101 0 1100011 100100 1001001 1100011 100000

Color Harmonies of #81A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A301

Black with #81A301

Text Example


Text Example

White with #81A301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,163,1); }

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

background-color css

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

 a { background-color: rgb(129,163,1); }

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

border-color css

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

 span { border-color: rgb(129,163,1); }

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