Html Css Color HEX #8AB319 Limerick

📋 copy color: '#8AB319'

red 138 ◦ green 179 ◦ blue 25

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

Shades of Limerick #8AB319

Tints of Limerick #8AB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.34%

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

R = 40.35%
G = 52.34%
B = 7.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#8AB319 (or 0x8AB319) is known color: Limerick. HEX triplet: 8A, B3 and 19. RGB value is (138,179,25). Sum of RGB (Red+Green+Blue) = 138+179+25=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB319 is #754CE6. Grayscale: #959595. Windows color (decimal): -7687399 or 1684362. OLE color: 1684362.

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

Color convert

RGB 138 179 25 -
CMYK 0.23 0 0.86 0.30
HSL 75.97º 0.75% 0.4% -
HSV(B) 75.97º 0.86% 0.7% -
XYZ 26.78 37.71 6.79 -
YUV 149.19 57.92 120.02 -
System Red Green Blue C M Y K H S L
Decimal 138 179 25 0.23 0 0.86 0.30 75.97 0.75 0.4
Hex 8A B3 19 17 0 56 1E 4C 4B 28
Octal 212 263 31 27 0 126 36 114 113 50
Binary 10001010 10110011 11001 10111 0 1010110 11110 1001100 1001011 101000

Color Harmonies of #8AB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB319

Black with #8AB319

Text Example


Text Example

White with #8AB319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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