Html Css Color HEX #8AB419 Limerick

📋 copy color: '#8AB419'

red 138 ◦ green 180 ◦ blue 25

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

Shades of Limerick #8AB419

Tints of Limerick #8AB419

RGB

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

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

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

R = 40.23%
G = 52.48%
B = 7.29%

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

#8AB419 (or 0x8AB419) is known color: Limerick. HEX triplet: 8A, B4 and 19. RGB value is (138,180,25). Sum of RGB (Red+Green+Blue) = 138+180+25=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB419 is #754BE6. Grayscale: #969696. Windows color (decimal): -7687143 or 1684618. OLE color: 1684618.

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

Color convert

RGB 138 180 25 -
CMYK 0.23 0 0.86 0.29
HSL 76.26º 0.76% 0.4% -
HSV(B) 76.26º 0.86% 0.71% -
XYZ 26.98 38.12 6.85 -
YUV 149.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 138 180 25 0.23 0 0.86 0.29 76.26 0.76 0.4
Hex 8A B4 19 17 0 56 1D 4C 4C 28
Octal 212 264 31 27 0 126 35 114 114 50
Binary 10001010 10110100 11001 10111 0 1010110 11101 1001100 1001100 101000

Color Harmonies of #8AB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB419

Black with #8AB419

Text Example


Text Example

White with #8AB419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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