Html Css Color HEX #8CBC18 Limerick

📋 copy color: '#8CBC18'

red 140 ◦ green 188 ◦ blue 24

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

Shades of Limerick #8CBC18

Tints of Limerick #8CBC18

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

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

R = 39.77%
G = 53.41%
B = 6.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#8CBC18 (or 0x8CBC18) is known color: Limerick. HEX triplet: 8C, BC and 18. RGB value is (140,188,24). Sum of RGB (Red+Green+Blue) = 140+188+24=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC18 is #7343E7. Grayscale: #9B9B9B. Windows color (decimal): -7554024 or 1621132. OLE color: 1621132.

HSL color Cylindrical-coordinate representation of color #8CBC18: hue angle of 77.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CBC18 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 24 -
CMYK 0.26 0 0.87 0.26
HSL 77.56º 0.77% 0.42% -
HSV(B) 77.56º 0.87% 0.74% -
XYZ 28.96 41.61 7.37 -
YUV 154.95 54.1 117.34 -
System Red Green Blue C M Y K H S L
Decimal 140 188 24 0.26 0 0.87 0.26 77.56 0.77 0.42
Hex 8C BC 18 1A 0 57 1A 4E 4D 2A
Octal 214 274 30 32 0 127 32 116 115 52
Binary 10001100 10111100 11000 11010 0 1010111 11010 1001110 1001101 101010

Color Harmonies of #8CBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC18

Black with #8CBC18

Text Example


Text Example

White with #8CBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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