Html Css Color HEX #8ABB14 Limerick

📋 copy color: '#8ABB14'

red 138 ◦ green 187 ◦ blue 20

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

Shades of Limerick #8ABB14

Tints of Limerick #8ABB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 40%
G = 54.2%
B = 5.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#8ABB14 (or 0x8ABB14) is known color: Limerick. HEX triplet: 8A, BB and 14. RGB value is (138,187,20). Sum of RGB (Red+Green+Blue) = 138+187+20=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABB14 is #7544EB. Grayscale: #999999. Windows color (decimal): -7685356 or 1358730. OLE color: 1358730.

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

Color convert

RGB 138 187 20 -
CMYK 0.26 0 0.89 0.27
HSL 77.6º 0.81% 0.41% -
HSV(B) 77.6º 0.89% 0.73% -
XYZ 28.38 40.99 7.08 -
YUV 153.31 52.77 117.08 -
System Red Green Blue C M Y K H S L
Decimal 138 187 20 0.26 0 0.89 0.27 77.6 0.81 0.41
Hex 8A BB 14 1A 0 59 1B 4E 51 29
Octal 212 273 24 32 0 131 33 116 121 51
Binary 10001010 10111011 10100 11010 0 1011001 11011 1001110 1010001 101001

Color Harmonies of #8ABB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB14

Black with #8ABB14

Text Example


Text Example

White with #8ABB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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