Html Css Color HEX #8AB81A Limerick

📋 copy color: '#8AB81A'

red 138 ◦ green 184 ◦ blue 26

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

Shades of Limerick #8AB81A

Tints of Limerick #8AB81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

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

R = 39.66%
G = 52.87%
B = 7.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#8AB81A (or 0x8AB81A) is known color: Limerick. HEX triplet: 8A, B8 and 1A. RGB value is (138,184,26). Sum of RGB (Red+Green+Blue) = 138+184+26=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB81A is #7547E5. Grayscale: #989898. Windows color (decimal): -7686118 or 1751178. OLE color: 1751178.

HSL color Cylindrical-coordinate representation of color #8AB81A: hue angle of 77.47º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AB81A is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 26 -
CMYK 0.25 0 0.86 0.28
HSL 77.47º 0.75% 0.41% -
HSV(B) 77.47º 0.86% 0.72% -
XYZ 27.81 39.76 7.19 -
YUV 152.23 56.76 117.85 -
System Red Green Blue C M Y K H S L
Decimal 138 184 26 0.25 0 0.86 0.28 77.47 0.75 0.41
Hex 8A B8 1A 19 0 56 1C 4D 4B 29
Octal 212 270 32 31 0 126 34 115 113 51
Binary 10001010 10111000 11010 11001 0 1010110 11100 1001101 1001011 101001

Color Harmonies of #8AB81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB81A

Black with #8AB81A

Text Example


Text Example

White with #8AB81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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