Html Css Color HEX #8ABB1A Limerick

📋 copy color: '#8ABB1A'

red 138 ◦ green 187 ◦ blue 26

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

Shades of Limerick #8ABB1A

Tints of Limerick #8ABB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.28%

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

R = 39.32%
G = 53.28%
B = 7.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#8ABB1A (or 0x8ABB1A) is known color: Limerick. HEX triplet: 8A, BB and 1A. RGB value is (138,187,26). Sum of RGB (Red+Green+Blue) = 138+187+26=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB1A is #7544E5. Grayscale: #9A9A9A. Windows color (decimal): -7685350 or 1751946. OLE color: 1751946.

HSL color Cylindrical-coordinate representation of color #8ABB1A: hue angle of 78.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8ABB1A is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 187 26 -
CMYK 0.26 0 0.86 0.27
HSL 78.26º 0.76% 0.42% -
HSV(B) 78.26º 0.86% 0.73% -
XYZ 28.44 41.02 7.4 -
YUV 154 55.77 116.59 -
System Red Green Blue C M Y K H S L
Decimal 138 187 26 0.26 0 0.86 0.27 78.26 0.76 0.42
Hex 8A BB 1A 1A 0 56 1B 4E 4C 2A
Octal 212 273 32 32 0 126 33 116 114 52
Binary 10001010 10111011 11010 11010 0 1010110 11011 1001110 1001100 101010

Color Harmonies of #8ABB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB1A

Black with #8ABB1A

Text Example


Text Example

White with #8ABB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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