Html Css Color HEX #8FAC32 Limerick

📋 copy color: '#8FAC32'

red 143 ◦ green 172 ◦ blue 50

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

Shades of Limerick #8FAC32

Tints of Limerick #8FAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 39.18%
G = 47.12%
B = 13.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#8FAC32 (or 0x8FAC32) is known color: Limerick. HEX triplet: 8F, AC and 32. RGB value is (143,172,50). Sum of RGB (Red+Green+Blue) = 143+172+50=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC32 is #7053CD. Grayscale: #959595. Windows color (decimal): -7361486 or 3320975. OLE color: 3320975.

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

Color convert

RGB 143 172 50 -
CMYK 0.17 0 0.71 0.33
HSL 74.26º 0.55% 0.44% -
HSV(B) 74.26º 0.71% 0.67% -
XYZ 26.66 35.57 8.48 -
YUV 149.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 143 172 50 0.17 0 0.71 0.33 74.26 0.55 0.44
Hex 8F AC 32 11 0 47 21 4A 37 2C
Octal 217 254 62 21 0 107 41 112 67 54
Binary 10001111 10101100 110010 10001 0 1000111 100001 1001010 110111 101100

Color Harmonies of #8FAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC32

Black with #8FAC32

Text Example


Text Example

White with #8FAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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