Html Css Color HEX #8CAD40 Limerick

📋 copy color: '#8CAD40'

red 140 ◦ green 173 ◦ blue 64

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

Shades of Limerick #8CAD40

Tints of Limerick #8CAD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.89%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 37.14%
G = 45.89%
B = 16.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#8CAD40 (or 0x8CAD40) is known color: Limerick. HEX triplet: 8C, AD and 40. RGB value is (140,173,64). Sum of RGB (Red+Green+Blue) = 140+173+64=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD40 is #7352BF. Grayscale: #979797. Windows color (decimal): -7557824 or 4238732. OLE color: 4238732.

HSL color Cylindrical-coordinate representation of color #8CAD40: hue angle of 78.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CAD40 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 64 -
CMYK 0.19 0 0.63 0.32
HSL 78.17º 0.46% 0.46% -
HSV(B) 78.17º 0.63% 0.68% -
XYZ 26.68 35.83 10.36 -
YUV 150.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 140 173 64 0.19 0 0.63 0.32 78.17 0.46 0.46
Hex 8C AD 40 13 0 3F 20 4E 2E 2E
Octal 214 255 100 23 0 77 40 116 56 56
Binary 10001100 10101101 1000000 10011 0 111111 100000 1001110 101110 101110

Color Harmonies of #8CAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD40

Black with #8CAD40

Text Example


Text Example

White with #8CAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,64); }

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

background-color css

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

 a { background-color: rgb(140,173,64); }

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

border-color css

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

 span { border-color: rgb(140,173,64); }

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