Html Css Color HEX #8ABA1E Limerick

📋 copy color: '#8ABA1E'

red 138 ◦ green 186 ◦ blue 30

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

Shades of Limerick #8ABA1E

Tints of Limerick #8ABA1E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.54%

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 38.98%
G = 52.54%
B = 8.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#8ABA1E (or 0x8ABA1E) is known color: Limerick. HEX triplet: 8A, BA and 1E. RGB value is (138,186,30). Sum of RGB (Red+Green+Blue) = 138+186+30=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA1E is #7545E1. Grayscale: #9A9A9A. Windows color (decimal): -7685602 or 2013834. OLE color: 2013834.

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

Color convert

RGB 138 186 30 -
CMYK 0.26 0 0.84 0.27
HSL 78.46º 0.72% 0.42% -
HSV(B) 78.46º 0.84% 0.73% -
XYZ 28.27 40.61 7.58 -
YUV 153.86 58.1 116.68 -
System Red Green Blue C M Y K H S L
Decimal 138 186 30 0.26 0 0.84 0.27 78.46 0.72 0.42
Hex 8A BA 1E 1A 0 54 1B 4E 48 2A
Octal 212 272 36 32 0 124 33 116 110 52
Binary 10001010 10111010 11110 11010 0 1010100 11011 1001110 1001000 101010

Color Harmonies of #8ABA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA1E

Black with #8ABA1E

Text Example


Text Example

White with #8ABA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,30); }

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

background-color css

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

 a { background-color: rgb(138,186,30); }

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

border-color css

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

 span { border-color: rgb(138,186,30); }

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