#8FAB33

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

Shades of Limerick #8FAB33

Tints of Limerick #8FAB33

Color information

#8FAB33 (or 0x8FAB33) is unknown color: approx Limerick. HEX triplet: 8F, AB and 33. RGB value is (143,171,51). Sum of RGB (Red+Green+Blue) = 143+171+51=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB33 is #7054CC. Grayscale: #959595. Windows color (decimal): -7361741 or 3386255. OLE color: 3386255.

HSL color Cylindrical-coordinate representation of color #8FAB33: hue angle of 74º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FAB33 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB14317151-
CMYK0.1600.700.33
HSL74º54.05%43.53%-
HSV(B)74º70.18%67.06%-
XYZ26.4935.28.53-
YUV148.9572.72123.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=39.18%
G=46.85%
B=13.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143171510.1600.700.337454.0543.53
Hex8FAB3310046214a362c
Octal21725363200106411126654
Binary100011111010101111001110000010001101000011001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,171,51); }

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

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

 a { background-color: rgb(143,171,51); }

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

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

 span { border-color: rgb(143,171,51); }

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