Html Css Color HEX #8FAA20 Limerick

📋 copy color: '#8FAA20'

red 143 ◦ green 170 ◦ blue 32

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

Shades of Limerick #8FAA20

Tints of Limerick #8FAA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.28%

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

R = 41.45%
G = 49.28%
B = 9.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#8FAA20 (or 0x8FAA20) is known color: Limerick. HEX triplet: 8F, AA and 20. RGB value is (143,170,32). Sum of RGB (Red+Green+Blue) = 143+170+32=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA20 is #7055DF. Grayscale: #929292. Windows color (decimal): -7362016 or 2140815. OLE color: 2140815.

HSL color Cylindrical-coordinate representation of color #8FAA20: hue angle of 71.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8FAA20 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 170 32 -
CMYK 0.16 0 0.81 0.33
HSL 71.74º 0.68% 0.4% -
HSV(B) 71.74º 0.81% 0.67% -
XYZ 25.96 34.69 6.69 -
YUV 146.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 143 170 32 0.16 0 0.81 0.33 71.74 0.68 0.4
Hex 8F AA 20 10 0 51 21 48 44 28
Octal 217 252 40 20 0 121 41 110 104 50
Binary 10001111 10101010 100000 10000 0 1010001 100001 1001000 1000100 101000

Color Harmonies of #8FAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAA20

Black with #8FAA20

Text Example


Text Example

White with #8FAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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