Html Css Color HEX #8CBA18 Limerick

📋 copy color: '#8CBA18'

red 140 ◦ green 186 ◦ blue 24

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

Shades of Limerick #8CBA18

Tints of Limerick #8CBA18

RGB

 RED value IS 140 (55.08% from 255) = 40%

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

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

R = 40%
G = 53.14%
B = 6.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#8CBA18 (or 0x8CBA18) is known color: Limerick. HEX triplet: 8C, BA and 18. RGB value is (140,186,24). Sum of RGB (Red+Green+Blue) = 140+186+24=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA18 is #7345E7. Grayscale: #9A9A9A. Windows color (decimal): -7554536 or 1620620. OLE color: 1620620.

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

Color convert

RGB 140 186 24 -
CMYK 0.25 0 0.87 0.27
HSL 77.04º 0.77% 0.41% -
HSV(B) 77.04º 0.87% 0.73% -
XYZ 28.54 40.76 7.23 -
YUV 153.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 140 186 24 0.25 0 0.87 0.27 77.04 0.77 0.41
Hex 8C BA 18 19 0 57 1B 4D 4D 29
Octal 214 272 30 31 0 127 33 115 115 51
Binary 10001100 10111010 11000 11001 0 1010111 11011 1001101 1001101 101001

Color Harmonies of #8CBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA18

Black with #8CBA18

Text Example


Text Example

White with #8CBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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