Html Css Color HEX #8DBA1E Limerick

📋 copy color: '#8DBA1E'

red 141 ◦ green 186 ◦ blue 30

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

Shades of Limerick #8DBA1E

Tints of Limerick #8DBA1E

RGB

 RED value IS 141 (55.47% from 255) = 39.5%

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

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

R = 39.5%
G = 52.1%
B = 8.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#8DBA1E (or 0x8DBA1E) is known color: Limerick. HEX triplet: 8D, BA and 1E. RGB value is (141,186,30). Sum of RGB (Red+Green+Blue) = 141+186+30=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA1E is #7245E1. Grayscale: #9B9B9B. Windows color (decimal): -7488994 or 2013837. OLE color: 2013837.

HSL color Cylindrical-coordinate representation of color #8DBA1E: hue angle of 77.31º 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 #8DBA1E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 186 30 -
CMYK 0.24 0 0.84 0.27
HSL 77.31º 0.72% 0.42% -
HSV(B) 77.31º 0.84% 0.73% -
XYZ 28.78 40.87 7.6 -
YUV 154.76 57.59 118.18 -
System Red Green Blue C M Y K H S L
Decimal 141 186 30 0.24 0 0.84 0.27 77.31 0.72 0.42
Hex 8D BA 1E 18 0 54 1B 4D 48 2A
Octal 215 272 36 30 0 124 33 115 110 52
Binary 10001101 10111010 11110 11000 0 1010100 11011 1001101 1001000 101010

Color Harmonies of #8DBA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA1E

Black with #8DBA1E

Text Example


Text Example

White with #8DBA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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