Html Css Color HEX #8CAC15 Limerick

📋 copy color: '#8CAC15'

red 140 ◦ green 172 ◦ blue 21

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

Shades of Limerick #8CAC15

Tints of Limerick #8CAC15

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.65%

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 42.04%
G = 51.65%
B = 6.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#8CAC15 (or 0x8CAC15) is known color: Limerick. HEX triplet: 8C, AC and 15. RGB value is (140,172,21). Sum of RGB (Red+Green+Blue) = 140+172+21=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC15 is #7353EA. Grayscale: #919191. Windows color (decimal): -7558123 or 1420428. OLE color: 1420428.

HSL color Cylindrical-coordinate representation of color #8CAC15: hue angle of 72.72º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CAC15 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 21 -
CMYK 0.19 0 0.88 0.33
HSL 72.72º 0.78% 0.38% -
HSV(B) 72.72º 0.88% 0.67% -
XYZ 25.7 35.13 6.14 -
YUV 145.22 57.9 124.28 -
System Red Green Blue C M Y K H S L
Decimal 140 172 21 0.19 0 0.88 0.33 72.72 0.78 0.38
Hex 8C AC 15 13 0 58 21 49 4E 26
Octal 214 254 25 23 0 130 41 111 116 46
Binary 10001100 10101100 10101 10011 0 1011000 100001 1001001 1001110 100110

Color Harmonies of #8CAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC15

Black with #8CAC15

Text Example


Text Example

White with #8CAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,21); }

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

background-color css

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

 a { background-color: rgb(140,172,21); }

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

border-color css

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

 span { border-color: rgb(140,172,21); }

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