Html Css Color HEX #8AB519 Limerick

📋 copy color: '#8AB519'

red 138 ◦ green 181 ◦ blue 25

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

Shades of Limerick #8AB519

Tints of Limerick #8AB519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.62%

 BLUE value IS 25 (10.16% from 255) = 7.27%

R = 40.12%
G = 52.62%
B = 7.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#8AB519 (or 0x8AB519) is known color: Limerick. HEX triplet: 8A, B5 and 19. RGB value is (138,181,25). Sum of RGB (Red+Green+Blue) = 138+181+25=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB519 is #754AE6. Grayscale: #969696. Windows color (decimal): -7686887 or 1684874. OLE color: 1684874.

HSL color Cylindrical-coordinate representation of color #8AB519: hue angle of 76.54º degrees, saturation: 0.76, 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 #8AB519 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 25 -
CMYK 0.24 0 0.86 0.29
HSL 76.54º 0.76% 0.4% -
HSV(B) 76.54º 0.86% 0.71% -
XYZ 27.18 38.52 6.92 -
YUV 150.36 57.25 119.18 -
System Red Green Blue C M Y K H S L
Decimal 138 181 25 0.24 0 0.86 0.29 76.54 0.76 0.4
Hex 8A B5 19 18 0 56 1D 4D 4C 28
Octal 212 265 31 30 0 126 35 115 114 50
Binary 10001010 10110101 11001 11000 0 1010110 11101 1001101 1001100 101000

Color Harmonies of #8AB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB519

Black with #8AB519

Text Example


Text Example

White with #8AB519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,25); }

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

background-color css

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

 a { background-color: rgb(138,181,25); }

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

border-color css

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

 span { border-color: rgb(138,181,25); }

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