#8FAD2B

Color #8FAD2B Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8FAD2B

Tints of Limerick #8FAD2B

Color information

#8FAD2B (or 0x8FAD2B) is unknown color: approx Limerick. HEX triplet: 8F, AD and 2B. RGB value is (143,173,43). Sum of RGB (Red+Green+Blue) = 143+173+43=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD2B is #7052D4. Grayscale: #959595. Windows color (decimal): -7361237 or 2862479. OLE color: 2862479.

HSL color Cylindrical-coordinate representation of color #8FAD2B: hue angle of 73.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FAD2B is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB14317343-
CMYK0.1700.750.32
HSL73.85º60.19%42.35%-
HSV(B)73.85º75.14%67.84%-
XYZ26.7135.97.81-
YUV149.2168.06123.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.83%
GREEN value IS 173 (67.97% from 255) = 48.19%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=39.83%
G=48.19%
B=11.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143173430.1700.750.3273.8560.1942.35
Hex8FAD2B1104B204a3c2a
Octal21725553210113401127452
Binary100011111010110110101110001010010111000001001010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,173,43); }

 H1.HeaderClassName
 {
   color: #8FAD2B;
 }
 .AnyTagClassName
 {
   color: #8FAD2B;
 }
</style>
background-color css

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

 a { background-color: rgb(143,173,43); }

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

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

 span { border-color: rgb(143,173,43); }

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