Html Css Color HEX #81AB2A Limerick

📋 copy color: '#81AB2A'

red 129 ◦ green 171 ◦ blue 42

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

Shades of Limerick #81AB2A

Tints of Limerick #81AB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 37.72%
G = 50%
B = 12.28%

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

#81AB2A (or 0x81AB2A) is known color: Limerick. HEX triplet: 81, AB and 2A. RGB value is (129,171,42). Sum of RGB (Red+Green+Blue) = 129+171+42=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB2A is #7E54D5. Grayscale: #909090. Windows color (decimal): -8279254 or 2796417. OLE color: 2796417.

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

Color convert

RGB 129 171 42 -
CMYK 0.25 0 0.75 0.33
HSL 79.53º 0.61% 0.42% -
HSV(B) 79.53º 0.75% 0.67% -
XYZ 24.03 33.96 7.48 -
YUV 143.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 129 171 42 0.25 0 0.75 0.33 79.53 0.61 0.42
Hex 81 AB 2A 19 0 4B 21 50 3D 2A
Octal 201 253 52 31 0 113 41 120 75 52
Binary 10000001 10101011 101010 11001 0 1001011 100001 1010000 111101 101010

Color Harmonies of #81AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AB2A

Black with #81AB2A

Text Example


Text Example

White with #81AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,171,42); }

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

background-color css

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

 a { background-color: rgb(129,171,42); }

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

border-color css

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

 span { border-color: rgb(129,171,42); }

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