Html Css Color HEX #8ABA2E Limerick

📋 copy color: '#8ABA2E'

red 138 ◦ green 186 ◦ blue 46

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

Shades of Limerick #8ABA2E

Tints of Limerick #8ABA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 37.3%
G = 50.27%
B = 12.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#8ABA2E (or 0x8ABA2E) is known color: Limerick. HEX triplet: 8A, BA and 2E. RGB value is (138,186,46). Sum of RGB (Red+Green+Blue) = 138+186+46=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA2E is #7545D1. Grayscale: #9C9C9C. Windows color (decimal): -7685586 or 3062410. OLE color: 3062410.

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

Color convert

RGB 138 186 46 -
CMYK 0.26 0 0.75 0.27
HSL 80.57º 0.6% 0.45% -
HSV(B) 80.57º 0.75% 0.73% -
XYZ 28.53 40.72 8.94 -
YUV 155.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 138 186 46 0.26 0 0.75 0.27 80.57 0.6 0.45
Hex 8A BA 2E 1A 0 4B 1B 51 3C 2D
Octal 212 272 56 32 0 113 33 121 74 55
Binary 10001010 10111010 101110 11010 0 1001011 11011 1010001 111100 101101

Color Harmonies of #8ABA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA2E

Black with #8ABA2E

Text Example


Text Example

White with #8ABA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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