Html Css Color HEX #8FAC2A Limerick

📋 copy color: '#8FAC2A'

red 143 ◦ green 172 ◦ blue 42

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

Shades of Limerick #8FAC2A

Tints of Limerick #8FAC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 40.06%
G = 48.18%
B = 11.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#8FAC2A (or 0x8FAC2A) is known color: Limerick. HEX triplet: 8F, AC and 2A. RGB value is (143,172,42). Sum of RGB (Red+Green+Blue) = 143+172+42=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC2A is #7053D5. Grayscale: #959595. Windows color (decimal): -7361494 or 2796687. OLE color: 2796687.

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

Color convert

RGB 143 172 42 -
CMYK 0.17 0 0.76 0.33
HSL 73.38º 0.61% 0.42% -
HSV(B) 73.38º 0.76% 0.67% -
XYZ 26.5 35.51 7.65 -
YUV 148.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 143 172 42 0.17 0 0.76 0.33 73.38 0.61 0.42
Hex 8F AC 2A 11 0 4C 21 49 3D 2A
Octal 217 254 52 21 0 114 41 111 75 52
Binary 10001111 10101100 101010 10001 0 1001100 100001 1001001 111101 101010

Color Harmonies of #8FAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC2A

Black with #8FAC2A

Text Example


Text Example

White with #8FAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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