Html Css Color HEX #8FA842 Limerick

📋 copy color: '#8FA842'

red 143 ◦ green 168 ◦ blue 66

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

Shades of Limerick #8FA842

Tints of Limerick #8FA842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 37.93%
G = 44.56%
B = 17.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#8FA842 (or 0x8FA842) is known color: Limerick. HEX triplet: 8F, A8 and 42. RGB value is (143,168,66). Sum of RGB (Red+Green+Blue) = 143+168+66=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA842 is #7057BD. Grayscale: #959595. Windows color (decimal): -7362494 or 4368527. OLE color: 4368527.

HSL color Cylindrical-coordinate representation of color #8FA842: hue angle of 74.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FA842 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 143 168 66 -
CMYK 0.15 0 0.61 0.34
HSL 74.71º 0.44% 0.46% -
HSV(B) 74.71º 0.61% 0.66% -
XYZ 26.31 34.24 10.38 -
YUV 148.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 143 168 66 0.15 0 0.61 0.34 74.71 0.44 0.46
Hex 8F A8 42 F 0 3D 22 4B 2C 2E
Octal 217 250 102 17 0 75 42 113 54 56
Binary 10001111 10101000 1000010 1111 0 111101 100010 1001011 101100 101110

Color Harmonies of #8FA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA842

Black with #8FA842

Text Example


Text Example

White with #8FA842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,168,66); }

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

background-color css

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

 a { background-color: rgb(143,168,66); }

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

border-color css

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

 span { border-color: rgb(143,168,66); }

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