Html Css Color HEX #81AE2C Limerick

📋 copy color: '#81AE2C'

red 129 ◦ green 174 ◦ blue 44

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

Shades of Limerick #81AE2C

Tints of Limerick #81AE2C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.14%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 37.18%
G = 50.14%
B = 12.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#81AE2C (or 0x81AE2C) is known color: Limerick. HEX triplet: 81, AE and 2C. RGB value is (129,174,44). Sum of RGB (Red+Green+Blue) = 129+174+44=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AE2C is #7E51D3. Grayscale: #929292. Windows color (decimal): -8278484 or 2928257. OLE color: 2928257.

HSL color Cylindrical-coordinate representation of color #81AE2C: hue angle of 80.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81AE2C is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 174 44 -
CMYK 0.26 0 0.75 0.32
HSL 80.77º 0.6% 0.43% -
HSV(B) 80.77º 0.75% 0.68% -
XYZ 24.64 35.12 7.86 -
YUV 145.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 129 174 44 0.26 0 0.75 0.32 80.77 0.6 0.43
Hex 81 AE 2C 1A 0 4B 20 51 3C 2B
Octal 201 256 54 32 0 113 40 121 74 53
Binary 10000001 10101110 101100 11010 0 1001011 100000 1010001 111100 101011

Color Harmonies of #81AE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AE2C

Black with #81AE2C

Text Example


Text Example

White with #81AE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,174,44); }

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

background-color css

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

 a { background-color: rgb(129,174,44); }

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

border-color css

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

 span { border-color: rgb(129,174,44); }

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