Html Css Color HEX #8AB219 Limerick

📋 copy color: '#8AB219'

red 138 ◦ green 178 ◦ blue 25

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

Shades of Limerick #8AB219

Tints of Limerick #8AB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.2%

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

R = 40.47%
G = 52.2%
B = 7.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#8AB219 (or 0x8AB219) is known color: Limerick. HEX triplet: 8A, B2 and 19. RGB value is (138,178,25). Sum of RGB (Red+Green+Blue) = 138+178+25=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB219 is #754DE6. Grayscale: #959595. Windows color (decimal): -7687655 or 1684106. OLE color: 1684106.

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

Color convert

RGB 138 178 25 -
CMYK 0.22 0 0.86 0.30
HSL 75.69º 0.75% 0.4% -
HSV(B) 75.69º 0.86% 0.7% -
XYZ 26.58 37.31 6.72 -
YUV 148.6 58.25 120.44 -
System Red Green Blue C M Y K H S L
Decimal 138 178 25 0.22 0 0.86 0.30 75.69 0.75 0.4
Hex 8A B2 19 16 0 56 1E 4C 4B 28
Octal 212 262 31 26 0 126 36 114 113 50
Binary 10001010 10110010 11001 10110 0 1010110 11110 1001100 1001011 101000

Color Harmonies of #8AB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB219

Black with #8AB219

Text Example


Text Example

White with #8AB219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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