Html Css Color HEX #8FAD40 Limerick

📋 copy color: '#8FAD40'

red 143 ◦ green 173 ◦ blue 64

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

Shades of Limerick #8FAD40

Tints of Limerick #8FAD40

RGB

 RED value IS 143 (56.25% from 255) = 37.63%

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

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

R = 37.63%
G = 45.53%
B = 16.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#8FAD40 (or 0x8FAD40) is known color: Limerick. HEX triplet: 8F, AD and 40. RGB value is (143,173,64). Sum of RGB (Red+Green+Blue) = 143+173+64=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD40 is #7052BF. Grayscale: #989898. Windows color (decimal): -7361216 or 4238735. OLE color: 4238735.

HSL color Cylindrical-coordinate representation of color #8FAD40: hue angle of 76.51º 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 #8FAD40 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 173 64 -
CMYK 0.17 0 0.63 0.32
HSL 76.51º 0.46% 0.46% -
HSV(B) 76.51º 0.63% 0.68% -
XYZ 27.2 36.1 10.38 -
YUV 151.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 143 173 64 0.17 0 0.63 0.32 76.51 0.46 0.46
Hex 8F AD 40 11 0 3F 20 4D 2E 2E
Octal 217 255 100 21 0 77 40 115 56 56
Binary 10001111 10101101 1000000 10001 0 111111 100000 1001101 101110 101110

Color Harmonies of #8FAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD40

Black with #8FAD40

Text Example


Text Example

White with #8FAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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