Html Css Color HEX #8CAA41 Limerick

📋 copy color: '#8CAA41'

red 140 ◦ green 170 ◦ blue 65

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

Shades of Limerick #8CAA41

Tints of Limerick #8CAA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 37.33%
G = 45.33%
B = 17.33%

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

#8CAA41 (or 0x8CAA41) is known color: Limerick. HEX triplet: 8C, AA and 41. RGB value is (140,170,65). Sum of RGB (Red+Green+Blue) = 140+170+65=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA41 is #7355BE. Grayscale: #959595. Windows color (decimal): -7558591 or 4303500. OLE color: 4303500.

HSL color Cylindrical-coordinate representation of color #8CAA41: hue angle of 77.14º 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 #8CAA41 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 65 -
CMYK 0.18 0 0.62 0.33
HSL 77.14º 0.45% 0.46% -
HSV(B) 77.14º 0.62% 0.67% -
XYZ 26.14 34.71 10.32 -
YUV 149.06 80.56 121.54 -
System Red Green Blue C M Y K H S L
Decimal 140 170 65 0.18 0 0.62 0.33 77.14 0.45 0.46
Hex 8C AA 41 12 0 3E 21 4D 2D 2E
Octal 214 252 101 22 0 76 41 115 55 56
Binary 10001100 10101010 1000001 10010 0 111110 100001 1001101 101101 101110

Color Harmonies of #8CAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA41

Black with #8CAA41

Text Example


Text Example

White with #8CAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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