Html Css Color HEX #8CAC1E Limerick

📋 copy color: '#8CAC1E'

red 140 ◦ green 172 ◦ blue 30

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

Shades of Limerick #8CAC1E

Tints of Limerick #8CAC1E

RGB

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

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

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

R = 40.94%
G = 50.29%
B = 8.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#8CAC1E (or 0x8CAC1E) is known color: Limerick. HEX triplet: 8C, AC and 1E. RGB value is (140,172,30). Sum of RGB (Red+Green+Blue) = 140+172+30=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC1E is #7353E1. Grayscale: #929292. Windows color (decimal): -7558114 or 2010252. OLE color: 2010252.

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

Color convert

RGB 140 172 30 -
CMYK 0.19 0 0.83 0.33
HSL 73.52º 0.7% 0.4% -
HSV(B) 73.52º 0.83% 0.67% -
XYZ 25.8 35.17 6.66 -
YUV 146.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 140 172 30 0.19 0 0.83 0.33 73.52 0.7 0.4
Hex 8C AC 1E 13 0 53 21 4A 46 28
Octal 214 254 36 23 0 123 41 112 106 50
Binary 10001100 10101100 11110 10011 0 1010011 100001 1001010 1000110 101000

Color Harmonies of #8CAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC1E

Black with #8CAC1E

Text Example


Text Example

White with #8CAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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