Html Css Color HEX #8DBA18 Limerick

📋 copy color: '#8DBA18'

red 141 ◦ green 186 ◦ blue 24

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

Shades of Limerick #8DBA18

Tints of Limerick #8DBA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 40.17%
G = 52.99%
B = 6.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#8DBA18 (or 0x8DBA18) is known color: Limerick. HEX triplet: 8D, BA and 18. RGB value is (141,186,24). Sum of RGB (Red+Green+Blue) = 141+186+24=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA18 is #7245E7. Grayscale: #9A9A9A. Windows color (decimal): -7489000 or 1620621. OLE color: 1620621.

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

Color convert

RGB 141 186 24 -
CMYK 0.24 0 0.87 0.27
HSL 76.67º 0.77% 0.41% -
HSV(B) 76.67º 0.87% 0.73% -
XYZ 28.71 40.85 7.24 -
YUV 154.08 54.59 118.67 -
System Red Green Blue C M Y K H S L
Decimal 141 186 24 0.24 0 0.87 0.27 76.67 0.77 0.41
Hex 8D BA 18 18 0 57 1B 4D 4D 29
Octal 215 272 30 30 0 127 33 115 115 51
Binary 10001101 10111010 11000 11000 0 1010111 11011 1001101 1001101 101001

Color Harmonies of #8DBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA18

Black with #8DBA18

Text Example


Text Example

White with #8DBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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