Html Css Color HEX #81AD2C Limerick

📋 copy color: '#81AD2C'

red 129 ◦ green 173 ◦ blue 44

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

Shades of Limerick #81AD2C

Tints of Limerick #81AD2C

RGB

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

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

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

R = 37.28%
G = 50%
B = 12.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#81AD2C (or 0x81AD2C) is known color: Limerick. HEX triplet: 81, AD and 2C. RGB value is (129,173,44). Sum of RGB (Red+Green+Blue) = 129+173+44=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AD2C is #7E52D3. Grayscale: #919191. Windows color (decimal): -8278740 or 2928001. OLE color: 2928001.

HSL color Cylindrical-coordinate representation of color #81AD2C: hue angle of 80.47º degrees, saturation: 0.59, 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 #81AD2C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 173 44 -
CMYK 0.25 0 0.75 0.32
HSL 80.47º 0.59% 0.43% -
HSV(B) 80.47º 0.75% 0.68% -
XYZ 24.45 34.74 7.8 -
YUV 145.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 129 173 44 0.25 0 0.75 0.32 80.47 0.59 0.43
Hex 81 AD 2C 19 0 4B 20 50 3B 2B
Octal 201 255 54 31 0 113 40 120 73 53
Binary 10000001 10101101 101100 11001 0 1001011 100000 1010000 111011 101011

Color Harmonies of #81AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD2C

Black with #81AD2C

Text Example


Text Example

White with #81AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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