Html Css Color HEX #81A01E Limerick

📋 copy color: '#81A01E'

red 129 ◦ green 160 ◦ blue 30

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

Shades of Limerick #81A01E

Tints of Limerick #81A01E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 40.44%
G = 50.16%
B = 9.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#81A01E (or 0x81A01E) is known color: Limerick. HEX triplet: 81, A0 and 1E. RGB value is (129,160,30). Sum of RGB (Red+Green+Blue) = 129+160+30=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #81A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A01E is #7E5FE1. Grayscale: #888888. Windows color (decimal): -8282082 or 2007169. OLE color: 2007169.

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

Color convert

RGB 129 160 30 -
CMYK 0.19 0 0.81 0.37
HSL 74.31º 0.68% 0.37% -
HSV(B) 74.31º 0.81% 0.63% -
XYZ 21.86 29.9 5.85 -
YUV 135.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 129 160 30 0.19 0 0.81 0.37 74.31 0.68 0.37
Hex 81 A0 1E 13 0 51 25 4A 44 25
Octal 201 240 36 23 0 121 45 112 104 45
Binary 10000001 10100000 11110 10011 0 1010001 100101 1001010 1000100 100101

Color Harmonies of #81A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A01E

Black with #81A01E

Text Example


Text Example

White with #81A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,160,30); }

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

background-color css

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

 a { background-color: rgb(129,160,30); }

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

border-color css

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

 span { border-color: rgb(129,160,30); }

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