Html Css Color HEX #81AC2B Limerick

📋 copy color: '#81AC2B'

red 129 ◦ green 172 ◦ blue 43

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

Shades of Limerick #81AC2B

Tints of Limerick #81AC2B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50%

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 37.5%
G = 50%
B = 12.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#81AC2B (or 0x81AC2B) is known color: Limerick. HEX triplet: 81, AC and 2B. RGB value is (129,172,43). Sum of RGB (Red+Green+Blue) = 129+172+43=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AC2B is #7E53D4. Grayscale: #909090. Windows color (decimal): -8278997 or 2862209. OLE color: 2862209.

HSL color Cylindrical-coordinate representation of color #81AC2B: hue angle of 80º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81AC2B is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 172 43 -
CMYK 0.25 0 0.75 0.33
HSL 80º 0.6% 0.42% -
HSV(B) 80º 0.75% 0.67% -
XYZ 24.24 34.35 7.64 -
YUV 144.44 70.75 116.99 -
System Red Green Blue C M Y K H S L
Decimal 129 172 43 0.25 0 0.75 0.33 80 0.6 0.42
Hex 81 AC 2B 19 0 4B 21 50 3C 2A
Octal 201 254 53 31 0 113 41 120 74 52
Binary 10000001 10101100 101011 11001 0 1001011 100001 1010000 111100 101010

Color Harmonies of #81AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AC2B

Black with #81AC2B

Text Example


Text Example

White with #81AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,172,43); }

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

background-color css

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

 a { background-color: rgb(129,172,43); }

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

border-color css

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

 span { border-color: rgb(129,172,43); }

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