Html Css Color HEX #81A11F Limerick

📋 copy color: '#81A11F'

red 129 ◦ green 161 ◦ blue 31

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

Shades of Limerick #81A11F

Tints of Limerick #81A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.16%

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 40.19%
G = 50.16%
B = 9.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#81A11F (or 0x81A11F) is known color: Limerick. HEX triplet: 81, A1 and 1F. RGB value is (129,161,31). Sum of RGB (Red+Green+Blue) = 129+161+31=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #81A11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A11F is #7E5EE0. Grayscale: #898989. Windows color (decimal): -8281825 or 2072961. OLE color: 2072961.

HSL color Cylindrical-coordinate representation of color #81A11F: hue angle of 74.77º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81A11F is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 161 31 -
CMYK 0.20 0 0.81 0.37
HSL 74.77º 0.68% 0.38% -
HSV(B) 74.77º 0.81% 0.63% -
XYZ 22.05 30.26 5.97 -
YUV 136.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 129 161 31 0.20 0 0.81 0.37 74.77 0.68 0.38
Hex 81 A1 1F 14 0 51 25 4B 44 26
Octal 201 241 37 24 0 121 45 113 104 46
Binary 10000001 10100001 11111 10100 0 1010001 100101 1001011 1000100 100110

Color Harmonies of #81A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A11F

Black with #81A11F

Text Example


Text Example

White with #81A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,161,31); }

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

background-color css

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

 a { background-color: rgb(129,161,31); }

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

border-color css

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

 span { border-color: rgb(129,161,31); }

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