Html Css Color HEX #8AB21A Limerick

📋 copy color: '#8AB21A'

red 138 ◦ green 178 ◦ blue 26

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

Shades of Limerick #8AB21A

Tints of Limerick #8AB21A

RGB

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

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

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

R = 40.35%
G = 52.05%
B = 7.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#8AB21A (or 0x8AB21A) is known color: Limerick. HEX triplet: 8A, B2 and 1A. RGB value is (138,178,26). Sum of RGB (Red+Green+Blue) = 138+178+26=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB21A is #754DE5. Grayscale: #959595. Windows color (decimal): -7687654 or 1749642. OLE color: 1749642.

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

Color convert

RGB 138 178 26 -
CMYK 0.22 0 0.85 0.30
HSL 75.79º 0.75% 0.4% -
HSV(B) 75.79º 0.85% 0.7% -
XYZ 26.59 37.32 6.78 -
YUV 148.71 58.75 120.36 -
System Red Green Blue C M Y K H S L
Decimal 138 178 26 0.22 0 0.85 0.30 75.79 0.75 0.4
Hex 8A B2 1A 16 0 55 1E 4C 4B 28
Octal 212 262 32 26 0 125 36 114 113 50
Binary 10001010 10110010 11010 10110 0 1010101 11110 1001100 1001011 101000

Color Harmonies of #8AB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB21A

Black with #8AB21A

Text Example


Text Example

White with #8AB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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