Html Css Color HEX #8ABD2E Limerick

📋 copy color: '#8ABD2E'

red 138 ◦ green 189 ◦ blue 46

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

Shades of Limerick #8ABD2E

Tints of Limerick #8ABD2E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.67%

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

R = 37%
G = 50.67%
B = 12.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#8ABD2E (or 0x8ABD2E) is known color: Limerick. HEX triplet: 8A, BD and 2E. RGB value is (138,189,46). Sum of RGB (Red+Green+Blue) = 138+189+46=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD2E is #7542D1. Grayscale: #9D9D9D. Windows color (decimal): -7684818 or 3063178. OLE color: 3063178.

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

Color convert

RGB 138 189 46 -
CMYK 0.27 0 0.76 0.26
HSL 81.4º 0.61% 0.46% -
HSV(B) 81.4º 0.76% 0.74% -
XYZ 29.17 42 9.15 -
YUV 157.45 65.1 114.13 -
System Red Green Blue C M Y K H S L
Decimal 138 189 46 0.27 0 0.76 0.26 81.4 0.61 0.46
Hex 8A BD 2E 1B 0 4C 1A 51 3D 2E
Octal 212 275 56 33 0 114 32 121 75 56
Binary 10001010 10111101 101110 11011 0 1001100 11010 1010001 111101 101110

Color Harmonies of #8ABD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABD2E

Black with #8ABD2E

Text Example


Text Example

White with #8ABD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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