Html Css Color HEX #8AB41A Limerick

📋 copy color: '#8AB41A'

red 138 ◦ green 180 ◦ blue 26

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

Shades of Limerick #8AB41A

Tints of Limerick #8AB41A

RGB

 RED value IS 138 (54.3% from 255) = 40.12%

 GREEN value IS 180 (70.7% from 255) = 52.33%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 40.12%
G = 52.33%
B = 7.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#8AB41A (or 0x8AB41A) is known color: Limerick. HEX triplet: 8A, B4 and 1A. RGB value is (138,180,26). Sum of RGB (Red+Green+Blue) = 138+180+26=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB41A is #754BE5. Grayscale: #969696. Windows color (decimal): -7687142 or 1750154. OLE color: 1750154.

HSL color Cylindrical-coordinate representation of color #8AB41A: hue angle of 76.36º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AB41A is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 26 -
CMYK 0.23 0 0.86 0.29
HSL 76.36º 0.75% 0.4% -
HSV(B) 76.36º 0.86% 0.71% -
XYZ 26.99 38.12 6.91 -
YUV 149.89 58.09 119.52 -
System Red Green Blue C M Y K H S L
Decimal 138 180 26 0.23 0 0.86 0.29 76.36 0.75 0.4
Hex 8A B4 1A 17 0 56 1D 4C 4B 28
Octal 212 264 32 27 0 126 35 114 113 50
Binary 10001010 10110100 11010 10111 0 1010110 11101 1001100 1001011 101000

Color Harmonies of #8AB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB41A

Black with #8AB41A

Text Example


Text Example

White with #8AB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB41A; }

 p { color: rgb(138,180,26); }

 H1.HeaderClassName
 {
   color: #8AB41A;
 }
 .AnyTagClassName
 {
   color: #8AB41A;
 }
</style>

background-color css

<style>
 a { background-color: #8AB41A; }

 a { background-color: rgb(138,180,26); }

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

border-color css

<style>
 span { border-color: #8AB41A; }

 span { border-color: rgb(138,180,26); }

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