Html Css Color HEX #8FA620 Limerick

📋 copy color: '#8FA620'

red 143 ◦ green 166 ◦ blue 32

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

Shades of Limerick #8FA620

Tints of Limerick #8FA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.68%

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 41.94%
G = 48.68%
B = 9.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#8FA620 (or 0x8FA620) is known color: Limerick. HEX triplet: 8F, A6 and 20. RGB value is (143,166,32). Sum of RGB (Red+Green+Blue) = 143+166+32=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA620 is #7059DF. Grayscale: #909090. Windows color (decimal): -7363040 or 2139791. OLE color: 2139791.

HSL color Cylindrical-coordinate representation of color #8FA620: hue angle of 70.3º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8FA620 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 166 32 -
CMYK 0.14 0 0.81 0.35
HSL 70.3º 0.68% 0.39% -
HSV(B) 70.3º 0.81% 0.65% -
XYZ 25.22 33.22 6.45 -
YUV 143.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 143 166 32 0.14 0 0.81 0.35 70.3 0.68 0.39
Hex 8F A6 20 E 0 51 23 46 44 27
Octal 217 246 40 16 0 121 43 106 104 47
Binary 10001111 10100110 100000 1110 0 1010001 100011 1000110 1000100 100111

Color Harmonies of #8FA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA620

Black with #8FA620

Text Example


Text Example

White with #8FA620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,166,32); }

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

background-color css

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

 a { background-color: rgb(143,166,32); }

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

border-color css

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

 span { border-color: rgb(143,166,32); }

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