Html Css Color HEX #8CAA40 Limerick

📋 copy color: '#8CAA40'

red 140 ◦ green 170 ◦ blue 64

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

Shades of Limerick #8CAA40

Tints of Limerick #8CAA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.45%

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

R = 37.43%
G = 45.45%
B = 17.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#8CAA40 (or 0x8CAA40) is known color: Limerick. HEX triplet: 8C, AA and 40. RGB value is (140,170,64). Sum of RGB (Red+Green+Blue) = 140+170+64=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA40 is #7355BF. Grayscale: #959595. Windows color (decimal): -7558592 or 4237964. OLE color: 4237964.

HSL color Cylindrical-coordinate representation of color #8CAA40: hue angle of 76.98º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CAA40 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 64 -
CMYK 0.18 0 0.62 0.33
HSL 76.98º 0.45% 0.46% -
HSV(B) 76.98º 0.62% 0.67% -
XYZ 26.12 34.7 10.17 -
YUV 148.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 140 170 64 0.18 0 0.62 0.33 76.98 0.45 0.46
Hex 8C AA 40 12 0 3E 21 4D 2D 2E
Octal 214 252 100 22 0 76 41 115 55 56
Binary 10001100 10101010 1000000 10010 0 111110 100001 1001101 101101 101110

Color Harmonies of #8CAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA40

Black with #8CAA40

Text Example


Text Example

White with #8CAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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