Html Css Color HEX #8FAC40 Limerick

📋 copy color: '#8FAC40'

red 143 ◦ green 172 ◦ blue 64

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

Shades of Limerick #8FAC40

Tints of Limerick #8FAC40

RGB

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

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

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

R = 37.73%
G = 45.38%
B = 16.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#8FAC40 (or 0x8FAC40) is known color: Limerick. HEX triplet: 8F, AC and 40. RGB value is (143,172,64). Sum of RGB (Red+Green+Blue) = 143+172+64=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC40 is #7053BF. Grayscale: #979797. Windows color (decimal): -7361472 or 4238479. OLE color: 4238479.

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

Color convert

RGB 143 172 64 -
CMYK 0.17 0 0.63 0.33
HSL 76.11º 0.46% 0.46% -
HSV(B) 76.11º 0.63% 0.67% -
XYZ 27.01 35.71 10.32 -
YUV 151.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 143 172 64 0.17 0 0.63 0.33 76.11 0.46 0.46
Hex 8F AC 40 11 0 3F 21 4C 2E 2E
Octal 217 254 100 21 0 77 41 114 56 56
Binary 10001111 10101100 1000000 10001 0 111111 100001 1001100 101110 101110

Color Harmonies of #8FAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC40

Black with #8FAC40

Text Example


Text Example

White with #8FAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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